Skip to content

Commit

Permalink
downgrade to .net core 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anggara Suwartana committed Dec 13, 2018
1 parent d03922b commit e1cf27d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>netcoreapp2.1</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.2.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="2.1.1" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit e1cf27d

Please sign in to comment.