diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-05-11 10:16:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 10:16:01 +0200 |
commit | 54bb4cb6d66237e9b173d879fca50eefa7cbf6fa (patch) | |
tree | aa53f4218b27a78450167a0cb339ec2c20fd5a23 /modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj | |
parent | 77a9334c58e5e01123372218b45ba633d739c75f (diff) | |
parent | dcf1dc4fe02bbebe86cb13168596a1d3d1d67371 (diff) | |
download | redot-engine-54bb4cb6d66237e9b173d879fca50eefa7cbf6fa.tar.gz |
Merge pull request #38650 from neikeq/dotnet-cli-support
C#: Support for building with the dotnet CLI
Diffstat (limited to 'modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj')
-rw-r--r-- | modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj b/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj index 22853797c1..8785931312 100644 --- a/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj +++ b/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj @@ -30,6 +30,7 @@ <ConsolePause>false</ConsolePause> </PropertyGroup> <ItemGroup> + <PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" /> <Reference Include="System" /> </ItemGroup> <ItemGroup> |