Skip to content

Commit 82620dc

Browse files
committed
nuget dependency fix
1 parent 68b06ac commit 82620dc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Hexa.NET.Utilities/Hexa.NET.Utilities.csproj

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PropertyGroup>
2020
<PackageId>Hexa.NET.Utilities</PackageId>
2121
<AssemblyVersion>1.0.0</AssemblyVersion>
22-
<PackageVersion>2.1.3</PackageVersion>
22+
<PackageVersion>2.1.4</PackageVersion>
2323
<Authors>Juna</Authors>
2424
<AssemblyName>Hexa.NET.Utilities</AssemblyName>
2525
<PackageProjectUrl>https://github.com/HexaEngine/Hexa.NET.Utilities</PackageProjectUrl>
@@ -36,12 +36,10 @@
3636
<Content Include="../README.md" Pack="true" PackagePath="\" />
3737
</ItemGroup>
3838

39-
<ItemGroup>
39+
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
4040
<PackageReference Include="System.Memory" Version="4.5.5" />
4141
</ItemGroup>
4242

43-
<ItemGroup>
44-
<ProjectReference Include="..\Hexa.NET.Unsafe.Analyzers\Hexa.NET.Unsafe.Analyzers.csproj" />
45-
</ItemGroup>
43+
4644

4745
</Project>

0 commit comments

Comments
 (0)