Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'samples/MonoGame/Platformer2D.csproj')
-rw-r--r--samples/MonoGame/Platformer2D.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/samples/MonoGame/Platformer2D.csproj b/samples/MonoGame/Platformer2D.csproj
index b81551942..3dfec0cbf 100644
--- a/samples/MonoGame/Platformer2D.csproj
+++ b/samples/MonoGame/Platformer2D.csproj
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp2.0</TargetFramework>
+ <OutputType>WinExe</OutputType>
+ <TargetFramework>netcoreapp2.1</TargetFramework>
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<DefineConstants>$(DefineConstants);WINDOWS;LINUX</DefineConstants>
</PropertyGroup>
@@ -64,8 +64,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.DotNet.ILCompiler" Version="1.0.0-alpha-*" />
- <PackageReference Include="MonoGame.Content.Builder" Version="3.7.0.1" />
- <PackageReference Include="MonoGame.Framework.DesktopGL.Core" Version="3.7.0.3" />
+ <PackageReference Include="MonoGame.Content.Builder" Version="3.7.0.9" />
+ <PackageReference Include="MonoGame.Framework.DesktopGL.Core" Version="3.7.0.7" />
</ItemGroup>
</Project>