Skip to content

Commit

Permalink
Update packages (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegRakovich authored May 9, 2023
1 parent 6a0c0bd commit 5c284de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/backend/Contracts/Contracts.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Staticsoft.Contracts.Abstractions" Version="1.0.0-15" />
<PackageReference Include="Staticsoft.Contracts.Abstractions" Version="1.0.0-16" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion code/backend/Server/Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Staticsoft.Contracts.ASP.Server" Version="1.0.0-15" />
<PackageReference Include="Staticsoft.Contracts.ASP.Server" Version="1.0.0-16" />
<PackageReference Include="Staticsoft.PartitionedStorage.Abstractions" Version="1.0.0-7" />
<PackageReference Include="Staticsoft.Serialization.Net" Version="1.0.0-7" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion code/backend/Tests/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Staticsoft.Contracts.ASP.Client" Version="1.0.0-15" />
<PackageReference Include="Staticsoft.Contracts.ASP.Client" Version="1.0.0-16" />
<PackageReference Include="Staticsoft.Testing.Integration" Version="1.0.0-10" />
<PackageReference Include="Staticsoft.Testing.Unit" Version="1.0.0-10" />
<PackageReference Include="Staticsoft.HttpCommunication.Json" Version="1.0.0-7" />
Expand Down

0 comments on commit 5c284de

Please sign in to comment.