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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo.moya@xamarin.com>2019-07-29 13:10:20 +0300
committerLluis Sanchez <llsan@microsoft.com>2019-08-09 15:55:10 +0300
commit27191e0ac00b41e4f5bf58d49f51499752b05581 (patch)
tree40db63baff22e29728ae3f21b26a3608cb022c20 /main/tests/test-projects
parentd2cdfd14404e4232302c341e3ae54014a475cf8c (diff)
[Tests] Target NetCoreApp 3.0 for .NET Core console project
Diffstat (limited to 'main/tests/test-projects')
-rwxr-xr-xmain/tests/test-projects/restore-netcore-offline/dotnetcoreconsole.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/test-projects/restore-netcore-offline/dotnetcoreconsole.csproj b/main/tests/test-projects/restore-netcore-offline/dotnetcoreconsole.csproj
index 21dff5ca2e..958d2f1daa 100755
--- a/main/tests/test-projects/restore-netcore-offline/dotnetcoreconsole.csproj
+++ b/main/tests/test-projects/restore-netcore-offline/dotnetcoreconsole.csproj
@@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp2.2</TargetFramework>
+ <TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
</Project>