We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d35f2ef commit 8487c4aCopy full SHA for 8487c4a
src/Berrysoft.Unsafe/Berrysoft.Unsafe.csproj
@@ -4,15 +4,15 @@
4
<Description>Some unsafe structs and methods for safe languages.</Description>
5
</PropertyGroup>
6
7
- <Import Project="..\..\target.props"/>
8
- <Import Project="..\..\nupkg.props"/>
+ <Import Project="..\..\target.props" />
+ <Import Project="..\..\nupkg.props" />
9
10
<PropertyGroup>
11
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
12
13
14
<ItemGroup>
15
- <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.0" />
+ <PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.5.1" />
16
</ItemGroup>
17
18
</Project>
0 commit comments