Skip to content

Commit

Permalink
Merge pull request #17 from GeeWee/feature/fix-dependency
Browse files Browse the repository at this point in the history
Change to netstandard 2.1 and hosting 3.1*
  • Loading branch information
GeeWee authored Oct 1, 2020
2 parents 65b2e55 + 6c423dd commit 1a37ff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BetterHostedServices.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup Label="Build">
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netstandard2.1</TargetFramework>
<LangVersion>8</LangVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="all" Version="1.0.0"/>

<!-- Needed packages-->
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1.*"/>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="3.1"/>
</ItemGroup>

</Project>

0 comments on commit 1a37ff8

Please sign in to comment.