Skip to content

Commit

Permalink
Update the SDK version in the global.json; fixing a previous merge co…
Browse files Browse the repository at this point in the history
…nflict resolution.
  • Loading branch information
jbeisner committed May 8, 2018
1 parent 61fa3cf commit 78de2a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions build/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@
<PreReleaseVersionLabel>preview1</PreReleaseVersionLabel>
</PropertyGroup>

<!-- Repo Toolset Features -->
<PropertyGroup>
<UsingToolMicrosoftNetCompilers>false</UsingToolMicrosoftNetCompilers>
</PropertyGroup>

<!-- Toolset Dependencies -->
<PropertyGroup>
<DotNetCliVersion>2.2.100-preview1-008636</DotNetCliVersion>
<RoslynToolsRepoToolsetVersion>1.0.0-beta-62615-02</RoslynToolsRepoToolsetVersion>
<VSWhereVersion>2.2.7</VSWhereVersion>
</PropertyGroup>

<!-- Production Dependencies -->
<PropertyGroup>
<MicrosoftBuildFrameworkVersion>15.4.8</MicrosoftBuildFrameworkVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "2.1.300-preview3-008616"
"version": "2.2.100-preview1-008636"
},
"msbuild-sdks": {
"RoslynTools.RepoToolset": "1.0.0-beta2-62805-03"
Expand Down

0 comments on commit 78de2a8

Please sign in to comment.