Upgraded target to .NET Core 2.1

This commit is contained in:
Brandon Scott 2018-12-09 01:33:26 -06:00
parent af3c03b3b5
commit fd37f04058
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp1.1</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp1.1</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>

View File

@ -6,7 +6,7 @@ These are my solutions to the Advent of Code 2018.
All of solutions are written in C#. I'm also attempting to write unit tests for each of the solutions.
I am targeting .NET Core 2.1, and this project should be cross-platform compatible.
I am targeting .NET Core 2.1, so this project should be cross-platform compatible.
## Author