Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<!-- App -->
<PackageVersion Include="LayeredCraft.OptimizedEnums" Version="1.4.3" />
<PackageVersion Include="LayeredCraft.OptimizedEnums" Version="1.4.4" />
<!-- Pin past the transitive SQLitePCLRaw.lib.e_sqlite3 2.1.11 that
Microsoft.Data.Sqlite.Core 10.0.9 pulls in - flagged NU1903 high
severity (GHSA-2m69-gcr7-jv3q). -->
Expand Down Expand Up @@ -111,7 +111,7 @@
a directly-referenced/newer Microsoft.Testing.Platform and throws TypeLoadException
(IDataConsumer) at test-host startup. -->
<PackageVersion Include="Microsoft.Testing.Platform" Version="2.3.3" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.8.1" />
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="18.9.0" />
<PackageVersion Include="xunit.v3.mtp-v2" Version="3.2.2" />
<PackageVersion Include="xunit.runner.visualstudio" Version="3.1.5" />
<!-- AutoFixture -->
Expand Down
Loading