Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Dec 6, 2019
1 parent 12c61ea commit b784061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nuke.Common" Version="0.22.2" />
<PackageReference Include="Nuke.Common" Version="0.23.4" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 2 additions & 4 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"tools": {
"dotnet": "3.0.100"
},
"sdk": {
"version": "3.0.100"
"version": "3.0.100",
"rollForward": "latestMajor"
}
}

0 comments on commit b784061

Please sign in to comment.