Skip to content

Commit cbe823c

Browse files
Bump System.Runtime.CompilerServices.Unsafe from 4.7.1 to 5.0.0
Bumps [System.Runtime.CompilerServices.Unsafe](https://github.com/dotnet/runtime) from 4.7.1 to 5.0.0. - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 0d76a30 commit cbe823c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NitroxModel/NitroxModel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
<Version>4.1.0</Version>
241241
</PackageReference>
242242
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
243-
<Version>4.5.3</Version>
243+
<Version>5.0.0</Version>
244244
</PackageReference>
245245
</ItemGroup>
246246
<ItemGroup Label="Project References">

NitroxTest/NitroxTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<Version>4.5.4</Version>
9999
</PackageReference>
100100
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
101-
<Version>4.7.1</Version>
101+
<Version>5.0.0</Version>
102102
</PackageReference>
103103
</ItemGroup>
104104
<ItemGroup Label="Project References">

0 commit comments

Comments
 (0)