Skip to content

Commit

Permalink
Upgrade to SDK version 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxatstariongroup committed Dec 3, 2021
1 parent 3c0db90 commit 5d485c8
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CDP4Orm.Tests/CDP4Orm.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="8.0.0" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="8.1.0" />
<PackageReference Include="Npgsql" Version="4.1.3.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
Expand Down
4 changes: 2 additions & 2 deletions CDP4Orm/CDP4Orm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<Company>RHEA System S.A.</Company>
<Title>CDP4Orm-CE</Title>
<Version>7.0.2</Version>
<Version>7.0.3</Version>
<Description>COMET Data-Model Object Relational Mapping</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron, Alexander</Authors>
Expand Down Expand Up @@ -54,7 +54,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="8.0.0" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="8.1.0" />
<PackageReference Include="Npgsql" Version="4.1.3.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion CDP4WebServer/CDP4WebServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<OutputType>Exe</OutputType>
<Company>RHEA System S.A.</Company>
<Title>CDP4WebServer-CE</Title>
<Version>7.0.2</Version>
<Version>7.0.3</Version>
<Description>CDP4 Services Host</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron, Alexander</Authors>
Expand Down
2 changes: 1 addition & 1 deletion CDP4WebServices.API.Tests/CDP4WebServices.API.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="8.0.0" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="8.1.0" />
<PackageReference Include="DotNetZip" Version="1.14.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="Nancy" Version="1.4.5" />
Expand Down
4 changes: 2 additions & 2 deletions CDP4WebServices.API/CDP4WebServices.API.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net472</TargetFramework>
<Company>RHEA System S.A.</Company>
<Title>CDP4WebServices-CE.API</Title>
<Version>7.0.2</Version>
<Version>7.0.3</Version>
<Description>Library that contains the CDP4 Services API</Description>
<Copyright>Copyright © RHEA System S.A.</Copyright>
<Authors>Sam, Merlin, Alex, Naron, Alexander</Authors>
Expand All @@ -24,7 +24,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="8.0.0" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="8.1.0" />
<PackageReference Include="DotNetZip" Version="1.14.0" />
<PackageReference Include="Hangfire" Version="1.7.19" />
<PackageReference Include="HangFire.Autofac" Version="2.3.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CDP4JsonSerializer-CE" Version="8.0.0" />
<PackageReference Include="CDP4JsonSerializer-CE" Version="8.1.0" />
<PackageReference Include="Npgsql" Version="4.1.3.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="NUnit" Version="3.13.2" />
Expand Down

0 comments on commit 5d485c8

Please sign in to comment.