Skip to content

Commit

Permalink
Updated package version in test project.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegKarasik committed Jul 12, 2022
1 parent 2f497c1 commit 34ed722
Showing 1 changed file with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,23 @@
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<Description>This project contains unit-tests designed to ensure quality of CoherentSolutions.AspNetCore.ServiceFabric.Hosting project.</Description>
<Authors>Coherent Solutions, Inc</Authors>
<Copyright>2019 Coherent Solutions, Inc</Copyright>
<Version>1.4.0</Version>
<Copyright>2022 Coherent Solutions, Inc</Copyright>
<Version>1.5.2</Version>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<Product>CoherentSolutions.AspNetCore.ServiceFabric.Hosting</Product>
<PlatformTarget>x64</PlatformTarget>
<LangVersion>7.3</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.ServiceFabric" Version="7.2.445" />
<PackageReference Include="Microsoft.ServiceFabric.AspNetCore.Abstractions" Version="4.2.445" />
<PackageReference Include="Microsoft.ServiceFabric.AspNetCore.HttpSys" Version="4.2.445" />
<PackageReference Include="Microsoft.ServiceFabric.AspNetCore.Kestrel" Version="4.2.445" />
<PackageReference Include="Microsoft.ServiceFabric.Diagnostics.Internal" Version="4.2.445" />
<PackageReference Include="Microsoft.ServiceFabric.FabricTransport.Internal" Version="4.2.445" />
<PackageReference Include="Microsoft.ServiceFabric.Services" Version="4.2.445" />
<PackageReference Include="Microsoft.ServiceFabric.Services.Remoting" Version="4.2.445" />
<PackageReference Include="Microsoft.ServiceFabric" Version="7.2.477" />
<PackageReference Include="Microsoft.ServiceFabric.Actors" Version="4.2.477" />
<PackageReference Include="Microsoft.ServiceFabric.AspNetCore.Abstractions" Version="4.2.477" />
<PackageReference Include="Microsoft.ServiceFabric.AspNetCore.HttpSys" Version="4.2.477" />
<PackageReference Include="Microsoft.ServiceFabric.AspNetCore.Kestrel" Version="4.2.477" />
<PackageReference Include="Microsoft.ServiceFabric.Diagnostics.Internal" Version="4.2.477" />
<PackageReference Include="Microsoft.ServiceFabric.FabricTransport.Internal" Version="4.2.477" />
<PackageReference Include="Microsoft.ServiceFabric.Services" Version="4.2.477" />
<PackageReference Include="Microsoft.ServiceFabric.Services.Remoting" Version="4.2.477" />
<PackageReference Include="Moq" Version="4.16.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="ServiceFabric.Mocks" Version="4.2.9" />
Expand Down

0 comments on commit 34ed722

Please sign in to comment.