We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410e7b6 commit 35874a4Copy full SHA for 35874a4
Exercises/Exercises.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>netcoreapp1.1</TargetFramework>
+ <TargetFramework>netcoreapp2.0</TargetFramework>
6
<StartupObject>Exercises.Program</StartupObject>
7
</PropertyGroup>
8
@@ -18,4 +18,4 @@
18
<ProjectReference Include="..\LaYumba.Functional\LaYumba.Functional.csproj" />
19
</ItemGroup>
20
21
-</Project>
+</Project>
0 commit comments