Skip to content

Commit

Permalink
fix: NETSDK1080 A PackageReference to Microsoft.AspNetCore.App is not…
Browse files Browse the repository at this point in the history
… necessary when targeting .NET Core 3.0 or higher.
  • Loading branch information
workgroupengineering committed Sep 2, 2022
1 parent 5fb1bca commit 153fb0f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -13,7 +13,6 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Mono.Options" Version="6.6.0.161" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.Reactive" Version="5.0.0" />
Expand Down

0 comments on commit 153fb0f

Please sign in to comment.