Skip to content

Commit

Permalink
bump common
Browse files Browse the repository at this point in the history
  • Loading branch information
0xor1 committed Mar 21, 2024
1 parent 8ec80f5 commit ee2724f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dnsk.Client.Test/Dnsk.Client.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="0xor1.Common.Client" Version="3.0.15" />
<PackageReference Include="0xor1.Common.Server" Version="3.0.15" />
<PackageReference Include="0xor1.Common.Server" Version="3.0.16" />
<PackageReference Include="bunit" Version="1.25.3" />
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
6 changes: 3 additions & 3 deletions Dnsk.Db/Dnsk.Db.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="0xor1.Common.Server" Version="3.0.15" />
<PackageReference Include="0xor1.Common.Server" Version="3.0.16" />
<PackageReference Include="0xor1.Common.Shared" Version="3.0.15" />
<PackageReference Include="CSharpier.MsBuild" Version="0.26.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.0" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.0-beta.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.2" />
<PackageReference Include="Pomelo.EntityFrameworkCore.MySql" Version="8.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Dnsk.DevServer/Dnsk.DevServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="0xor1.Common.Server" Version="3.0.15" />
<PackageReference Include="0xor1.Common.Server" Version="3.0.16" />
<PackageReference Include="CSharpier.MsBuild" Version="0.26.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion Dnsk.Eps.Test/Dnsk.Eps.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="0xor1.Common.Server" Version="3.0.15" />
<PackageReference Include="0xor1.Common.Server" Version="3.0.16" />
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion Dnsk.Eps/Dnsk.Eps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="0xor1.Common.Server" Version="3.0.15" />
<PackageReference Include="0xor1.Common.Server" Version="3.0.16" />
<PackageReference Include="CSharpier.MsBuild" Version="0.26.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion Dnsk.Server/Dnsk.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="0xor1.Common.Server" Version="3.0.15" />
<PackageReference Include="0xor1.Common.Server" Version="3.0.16" />
<PackageReference Include="CSharpier.MsBuild" Version="0.26.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit ee2724f

Please sign in to comment.