Skip to content

Commit

Permalink
use latest common
Browse files Browse the repository at this point in the history
  • Loading branch information
0xor1 committed Dec 1, 2024
1 parent 01457dc commit 210a9af
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"0xor1.common.cli": {
"version": "5.0.2",
"version": "5.0.4",
"commands": [
"dotnet-common-cli"
]
Expand Down
2 changes: 1 addition & 1 deletion Dnsk.Api/Dnsk.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="0xor1.Common.Shared" Version="5.0.2" />
<PackageReference Include="0xor1.Common.Shared" Version="5.0.4" />
<PackageReference Include="CSharpier.MsBuild" Version="0.26.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions Dnsk.Client.Test/Dnsk.Client.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="0xor1.Common.Client" Version="5.0.3" />
<PackageReference Include="0xor1.Common.Server" Version="5.0.2" />
<PackageReference Include="0xor1.Common.Client" Version="5.0.4" />
<PackageReference Include="0xor1.Common.Server" Version="5.0.4" />
<PackageReference Include="bunit" Version="1.25.3" />
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
<PrivateAssets>all</PrivateAssets>
Expand Down
4 changes: 2 additions & 2 deletions Dnsk.Client/Dnsk.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

<ItemGroup>
<PackageReference Include="DartSassBuilder" Version="1.0.0" />
<PackageReference Include="0xor1.Common.Client" Version="5.0.3" />
<PackageReference Include="0xor1.Common.Shared" Version="5.0.2" />
<PackageReference Include="0xor1.Common.Client" Version="5.0.4" />
<PackageReference Include="0xor1.Common.Shared" Version="5.0.4" />
<PackageReference Include="CSharpier.MsBuild" Version="0.26.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
4 changes: 2 additions & 2 deletions Dnsk.Db/Dnsk.Db.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="0xor1.Common.Server" Version="5.0.2" />
<PackageReference Include="0xor1.Common.Shared" Version="5.0.2" />
<PackageReference Include="0xor1.Common.Server" Version="5.0.4" />
<PackageReference Include="0xor1.Common.Shared" Version="5.0.4" />
<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.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="5.0.2" />
<PackageReference Include="0xor1.Common.Server" Version="5.0.4" />
<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="5.0.2" />
<PackageReference Include="0xor1.Common.Server" Version="5.0.4" />
<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="5.0.2" />
<PackageReference Include="0xor1.Common.Server" Version="5.0.4" />
<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.I18n/Dnsk.I18n.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="0xor1.Common.Shared" Version="5.0.2" />
<PackageReference Include="0xor1.Common.Shared" Version="5.0.4" />
<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="5.0.2" />
<PackageReference Include="0xor1.Common.Server" Version="5.0.4" />
<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 210a9af

Please sign in to comment.