Skip to content

Commit

Permalink
Merge pull request #41 from archi-Doc/dev
Browse files Browse the repository at this point in the history
.
  • Loading branch information
archi-Doc authored Sep 7, 2024
2 parents 1f9eb55 + c46b461 commit 3c528a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CrystalData/CrystalData.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

<ItemGroup>
<PackageReference Include="Arc.Threading" Version="0.28.2" />
<PackageReference Include="Arc.Crypto" Version="1.25.2" />
<PackageReference Include="Arc.Crypto" Version="1.26.1" />
<PackageReference Include="Arc.Unit" Version="0.16.0" />
<PackageReference Include="AWSSDK.S3" Version="3.7.402.4" />
<PackageReference Include="AWSSDK.S3" Version="3.7.402.7" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="SimpleCommandLine" Version="0.24.0" />
<PackageReference Include="Tinyhand" Version="0.80.1" />
<PackageReference Include="ValueLink" Version="0.63.0" />
<PackageReference Include="Tinyhand" Version="0.81.4" />
<PackageReference Include="ValueLink" Version="0.63.1" />
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Version>0.18.0</Version>
<Version>0.18.1</Version>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
Expand Down
2 changes: 1 addition & 1 deletion xUnitTest/xUnitTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 3c528a5

Please sign in to comment.