-
Notifications
You must be signed in to change notification settings - Fork 0
/
com.cobilas.godot.utility.csproj
32 lines (32 loc) · 1.46 KB
/
com.cobilas.godot.utility.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<Project Sdk="Godot.NET.Sdk/3.3.0">
<PropertyGroup>
<TargetFrameworks>net472;netstandard2.0;netstandard2.1</TargetFrameworks>
<!-- <TargetFramework>net472</TargetFramework> -->
<LangVersion>default</LangVersion>
<Nullable>enable</Nullable>
<RootNamespace>Cobilas</RootNamespace>
<NoWarn>IDE0290;IDE0300;IDE0301;IDE0130;IDE1006;IDE0056</NoWarn>
</PropertyGroup>
<PropertyGroup>
<Authors>BélicusBr</Authors>
<Title>Cobilas Godot Utility</Title>
<PackageId>Cobilas.Godot.Utility</PackageId>
<PackageVersion>4.3.0</PackageVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageOutputPath>C:\local.nuget</PackageOutputPath>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/BelicusBr/com.cobilas.godot.utility.git</RepositoryUrl>
<NeutralLanguage>en</NeutralLanguage>
<PackageTags>CSharp;C#;net472;netstandard2.1;netstandard2.0;godotengine;godot</PackageTags>
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
</PropertyGroup>
<ItemGroup>
<None Include="README.md" Pack="true" PackagePath="\" />
<None Include="LICENSE.md" Pack="true" PackagePath="\" />
<None Include="CHANGELOG.md" Pack="true" PackagePath="\" />
<PackageReference Include="OpenTK" Version="3.3.3" />
<PackageReference Include="Cobilas.Core.Net4x" Version="2.1.0" />
</ItemGroup>
</Project>