Skip to content

Commit 375b198

Browse files
committed
Remove Unnecessary NuGet Dependency for .NET 5
a
1 parent f6f49b4 commit 375b198

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Source/Reloaded.Memory/Reloaded.Memory.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<RepositoryUrl></RepositoryUrl>
1717
<RepositoryType></RepositoryType>
1818
<Description>A fully featured C# memory editing library supporting reading/writing primitive or generic struct types in either current or an external process.</Description>
19-
<Version>4.1.0</Version>
19+
<Version>4.1.1</Version>
2020
<Authors>Sewer56</Authors>
2121
<Company />
2222
<Product>Project Reloaded</Product>
@@ -37,7 +37,7 @@
3737

3838
<ItemGroup>
3939
<PackageReference Include="System.Memory" Version="4.5.3" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
40-
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.7.0" />
40+
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="4.7.0" Condition="'$(TargetFramework)' != 'net5.0'" />
4141
</ItemGroup>
4242

4343
<ItemGroup>

0 commit comments

Comments
 (0)