Skip to content

Commit

Permalink
Merge pull request #165 from ralphhendriks/relax-gloabl-json-sdk-cons…
Browse files Browse the repository at this point in the history
…traints

Pin .NET Core SDK version to latest feature band
  • Loading branch information
nblumhardt authored Feb 24, 2020
2 parents 6152c32 + 09aa8ed commit 56418c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"sdk": {
"version": "2.2.103"
"allowPrerelease": false,
"version": "3.1.100",
"rollForward": "latestPatch"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<RepositoryType>git</RepositoryType>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<RootNamespace>Serilog</RootNamespace>
<LangVersion>7.3</LangVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 56418c3

Please sign in to comment.