Fix target framework

This commit is contained in:
Oleksandr Melnyk 2022-06-03 15:59:39 +03:00
parent 58070fc940
commit 0a27c518a7
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<Project>
<Import Project="deps.props" />
<PropertyGroup>
<TargetFrameworks>net6.0</TargetFrameworks>
<TargetFramework>net6.0</TargetFramework>
<PackageId>Standart.Hash.xxHash</PackageId>
<VersionPrefix>4.0.0</VersionPrefix>
<AssemblyName>Standart.Hash.xxHash</AssemblyName>

View File

@ -3,7 +3,7 @@
<Import Project="..\..\nuget.props" />
<PropertyGroup>
<TargetFrameworks>net6.0;</TargetFrameworks>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>