Skip to content

Commit 35874a4

Browse files
committed
migrate Exercises project to netcoreapp2.0
1 parent 410e7b6 commit 35874a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Exercises/Exercises.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>netcoreapp1.1</TargetFramework>
5+
<TargetFramework>netcoreapp2.0</TargetFramework>
66
<StartupObject>Exercises.Program</StartupObject>
77
</PropertyGroup>
88

@@ -18,4 +18,4 @@
1818
<ProjectReference Include="..\LaYumba.Functional\LaYumba.Functional.csproj" />
1919
</ItemGroup>
2020

21-
</Project>
21+
</Project>

0 commit comments

Comments
 (0)