diff options
Diffstat (limited to 'modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj')
-rw-r--r-- | modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj b/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj index ccef90c911..74623a60ba 100644 --- a/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj +++ b/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.csproj @@ -1,4 +1,4 @@ -<Project Sdk="Microsoft.Build.NoTargets/2.0.1"> +<Project Sdk="Microsoft.Build.NoTargets/2.0.1"> <PropertyGroup> <TargetFramework>netstandard2.0</TargetFramework> <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> @@ -14,6 +14,7 @@ <PackageType>MSBuildSdk</PackageType> <PackageTags>MSBuildSdk</PackageTags> <PackageLicenseExpression>MIT</PackageLicenseExpression> + <Copyright>Copyright (c) Godot Engine contributors</Copyright> <GeneratePackageOnBuild>true</GeneratePackageOnBuild> <!-- Exclude target framework from the package dependencies as we don't include the build output --> |