Skip to content

Commit

Permalink
Merge pull request #111 from AlamoEngine-Tools/develop
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
AnakinRaW authored Apr 7, 2024
2 parents 73ea01f + 1632964 commit 376c297
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion sample/SampleApplication/SampleApplication.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="AnakinRaW.CommonUtilities.Registry" Version="10.1.2" />
<PackageReference Include="AnakinRaW.CommonUtilities.Registry" Version="11.0.1" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="Testably.Abstractions.Testing" Version="3.0.1" />
<PackageReference Include="Testably.Abstractions.Testing" Version="3.1.0" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AnakinRaW.CommonUtilities.Registry" Version="10.1.2" />
<PackageReference Include="AnakinRaW.CommonUtilities.Registry" Version="11.0.1" />
<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.1" />
<PackageReference Include="AnakinRaW.CommonUtilities" Version="10.1.2" />
<PackageReference Include="AnakinRaW.CommonUtilities.FileSystem" Version="10.1.2" />
<PackageReference Include="AnakinRaW.CommonUtilities" Version="11.1.5" />
<PackageReference Include="AnakinRaW.CommonUtilities.FileSystem" Version="11.1.5" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Nullable" Version="1.3.1">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="8.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="Testably.Abstractions.Testing" Version="3.0.1" />
<PackageReference Include="Testably.Abstractions.Testing" Version="3.1.0" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AnakinRaW.CommonUtilities" Version="10.1.2" />
<PackageReference Include="AnakinRaW.CommonUtilities.FileSystem" Version="10.1.2" />
<PackageReference Include="AnakinRaW.CommonUtilities.Registry" Version="10.1.2" />
<PackageReference Include="eaw.modinfo" Version="5.0.1" />
<PackageReference Include="AnakinRaW.CommonUtilities" Version="11.1.5" />
<PackageReference Include="AnakinRaW.CommonUtilities.FileSystem" Version="11.1.5" />
<PackageReference Include="AnakinRaW.CommonUtilities.Registry" Version="11.0.1" />
<PackageReference Include="eaw.modinfo" Version="5.0.2" />
<PackageReference Include="IsExternalInit" Version="1.0.3">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="QuikGraph" Version="2.5.0" />
<PackageReference Include="Testably.Abstractions.Testing" Version="3.0.1" />
<PackageReference Include="Testably.Abstractions.Testing" Version="3.1.0" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit 376c297

Please sign in to comment.