Upgraded target to .NET Core 2.1
This commit is contained in:
parent
af3c03b3b5
commit
fd37f04058
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp1.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp1.1</TargetFramework>
|
||||
<TargetFramework>netcoreapp2.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue