Skip to content

Commit a67ccfb

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 fb482a2 commit a67ccfb

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
@@ -257,7 +257,7 @@
257257
<Version>4.1.0</Version>
258258
</PackageReference>
259259
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
260-
<Version>4.5.3</Version>
260+
<Version>5.0.0</Version>
261261
</PackageReference>
262262
</ItemGroup>
263263
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

NitroxTest/NitroxTest.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<Version>4.2.2</Version>
133133
</PackageReference>
134134
<PackageReference Include="System.Runtime.CompilerServices.Unsafe">
135-
<Version>4.7.1</Version>
135+
<Version>5.0.0</Version>
136136
</PackageReference>
137137
<PackageReference Include="System.Threading.Tasks.Extensions">
138138
<Version>4.5.4</Version>

0 commit comments

Comments
 (0)