diff --git a/SySML2.NET.REST/SySML2.NET.REST.csproj b/SySML2.NET.REST/SySML2.NET.REST.csproj index acc76707..6a379fb4 100644 --- a/SySML2.NET.REST/SySML2.NET.REST.csproj +++ b/SySML2.NET.REST/SySML2.NET.REST.csproj @@ -1,7 +1,7 @@ - netstandard2.1 + netstandard2.1;net10.0 12.0 0.20.0 A .NET implementation of the OMG SysML v2 REST/HTTP PSM Client diff --git a/SysML2.NET.Dal/SysML2.NET.Dal.csproj b/SysML2.NET.Dal/SysML2.NET.Dal.csproj index 804ad350..02cb2a28 100644 --- a/SysML2.NET.Dal/SysML2.NET.Dal.csproj +++ b/SysML2.NET.Dal/SysML2.NET.Dal.csproj @@ -1,7 +1,7 @@ - netstandard2.1 + netstandard2.1;net10.0 12.0 0.20.0 A .NET implementation of the OMG SysML v2 specification data-acces-layer. diff --git a/SysML2.NET.Extensions/SysML2.NET.Extensions.csproj b/SysML2.NET.Extensions/SysML2.NET.Extensions.csproj index d212036d..7fcb56a4 100644 --- a/SysML2.NET.Extensions/SysML2.NET.Extensions.csproj +++ b/SysML2.NET.Extensions/SysML2.NET.Extensions.csproj @@ -1,7 +1,7 @@  - netstandard2.1 + netstandard2.1;net10.0 12.0 0.20.0 A .NET implementation of the OMG SysML v2 specification Extension and Helper methods. diff --git a/SysML2.NET.Kpar/SysML2.NET.Kpar.csproj b/SysML2.NET.Kpar/SysML2.NET.Kpar.csproj index c9e51c03..35192d46 100644 --- a/SysML2.NET.Kpar/SysML2.NET.Kpar.csproj +++ b/SysML2.NET.Kpar/SysML2.NET.Kpar.csproj @@ -3,7 +3,7 @@ - netstandard2.1 + netstandard2.1;net10.0 12.0 0.20.0 A .NET implementation of the OMG SysML v2 specification. diff --git a/SysML2.NET.Serializer.Json/SysML2.NET.Serializer.Json.csproj b/SysML2.NET.Serializer.Json/SysML2.NET.Serializer.Json.csproj index 5241f801..1bd19d00 100644 --- a/SysML2.NET.Serializer.Json/SysML2.NET.Serializer.Json.csproj +++ b/SysML2.NET.Serializer.Json/SysML2.NET.Serializer.Json.csproj @@ -1,7 +1,7 @@ - netstandard2.1 + netstandard2.1;net10.0 12.0 0.20.0 A .NET implementation of the OMG SysML v2 JSON serializer. diff --git a/SysML2.NET.Serializer.MessagePack/SysML2.NET.Serializer.MessagePack.csproj b/SysML2.NET.Serializer.MessagePack/SysML2.NET.Serializer.MessagePack.csproj index f1e31b69..b0193788 100644 --- a/SysML2.NET.Serializer.MessagePack/SysML2.NET.Serializer.MessagePack.csproj +++ b/SysML2.NET.Serializer.MessagePack/SysML2.NET.Serializer.MessagePack.csproj @@ -1,6 +1,6 @@  - netstandard2.1 + netstandard2.1;net10.0 12.0 0.20.0 A .NET implementation of the OMG SysML v2 MessagePack serializer. diff --git a/SysML2.NET.Serializer.Xmi/SysML2.NET.Serializer.Xmi.csproj b/SysML2.NET.Serializer.Xmi/SysML2.NET.Serializer.Xmi.csproj index 90cc250d..d99c6909 100644 --- a/SysML2.NET.Serializer.Xmi/SysML2.NET.Serializer.Xmi.csproj +++ b/SysML2.NET.Serializer.Xmi/SysML2.NET.Serializer.Xmi.csproj @@ -1,7 +1,7 @@  - netstandard2.1 + netstandard2.1;net10.0 12.0 0.20.0 A .NET implementation of the OMG SysML v2 Xmi serializer. diff --git a/SysML2.NET/SysML2.NET.csproj b/SysML2.NET/SysML2.NET.csproj index 0772490e..f4e44381 100644 --- a/SysML2.NET/SysML2.NET.csproj +++ b/SysML2.NET/SysML2.NET.csproj @@ -3,7 +3,7 @@ - netstandard2.1 + netstandard2.1;net10.0 12.0 0.20.0 A .NET implementation of the OMG SysML v2 specification.