5 Commits

Author SHA1 Message Date
Dima yawaflua
77821e56f4 Update SPWorldsWrapper.csproj 2023-12-11 00:42:18 +03:00
Dima yawaflua
71ec3b5f1b Update SPWorldsWrapper.csproj 2023-12-11 00:41:50 +03:00
Dima yawaflua
eb07359b0f Update SPWorldsWrapper.csproj 2023-12-11 00:38:35 +03:00
Dima yawaflua
9df425f5e3 Update SPWorldsWrapper.csproj 2023-12-11 00:37:42 +03:00
Dima yawaflua
af04176488 Update SPWorldsWrapper.csproj 2023-12-11 00:34:47 +03:00

View File

@@ -1,13 +1,17 @@
<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>
<Version>1.0.1</Version>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<None Include="README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>