Update SPWorldsWrapper.csproj

This commit is contained in:
Dima yawaflua
2023-12-11 00:37:42 +03:00
committed by GitHub
parent af04176488
commit 9df425f5e3

View File

@@ -1,13 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<Version>1.0.1</Version>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
</Project>
<Version>1.0.1</Version>