Skip to content

Commit

Permalink
upgrade msbuild to 16.3 (#1606)
Browse files Browse the repository at this point in the history
* upgrade msbuild to 16.3

* revert comment
  • Loading branch information
filipw authored and akshita31 committed Sep 24, 2019
1 parent 9028906 commit 7e0ea6c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
<add key="OmniSharp" value="https://www.myget.org/F/omnisharp/api/v3/index.json" />
<add key="roslyn-myget" value="https://dotnet.myget.org/F/roslyn/api/v3/index.json" />
<add key="vs-editor" value="https://www.myget.org/F/vs-editor/api/v3/index.json" />
<add key="msbuild" value="https://dotnet.myget.org/F/msbuild/api/v3/index.json" />
</packageSources>
</configuration>
2 changes: 1 addition & 1 deletion build/Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<MSBuildPackageVersion>16.0.461</MSBuildPackageVersion>
<MSBuildPackageVersion>16.3.0-preview-19426-01</MSBuildPackageVersion>
<NuGetPackageVersion>5.0.0</NuGetPackageVersion>
<RoslynPackageVersion>3.4.0-beta1-19460-02</RoslynPackageVersion>
<XunitPackageVersion>2.4.0</XunitPackageVersion>
Expand Down
18 changes: 9 additions & 9 deletions tools/packages.config
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="0.32.1" />
<package id="Microsoft.Build" version="16.0.461" />
<package id="Microsoft.Build.Framework" version="16.0.461" />
<package id="Microsoft.Build.Runtime" version="16.0.461" />
<package id="Microsoft.Build.Tasks.Core" version="16.0.461" />
<package id="Microsoft.Build.Utilities.Core" version="16.0.461" />
<package id="Microsoft.Build" version="16.3.0-preview-19426-01" />
<package id="Microsoft.Build.Framework" version="16.3.0-preview-19426-01" />
<package id="Microsoft.Build.Runtime" version="16.3.0-preview-19426-01" />
<package id="Microsoft.Build.Tasks.Core" version="16.3.0-preview-19426-01" />
<package id="Microsoft.Build.Utilities.Core" version="16.3.0-preview-19426-01" />
<package id="Microsoft.Net.Compilers" version="2.10.0" />
<package id="Microsoft.DotNet.MSBuildSdkResolver" version="2.2.202-preview-010036" />
<package id="NuGet.Build.Tasks" version="5.0.0-rtm.5856" />
Expand All @@ -16,10 +16,10 @@
<package id="NuGet.ProjectModel" version="5.0.0-rtm.5856" />
<package id="NuGet.Protocol" version="5.0.0-rtm.5856" />
<package id="NuGet.Versioning" version="5.0.0-rtm.5856" />
<package id="runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver" version="2.2.3" />
<package id="runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver" version="2.2.3" />
<package id="runtime.win-x64.Microsoft.NETCore.DotNetHostResolver" version="2.2.3" />
<package id="runtime.win-x86.Microsoft.NETCore.DotNetHostResolver" version="2.2.3" />
<package id="runtime.linux-x64.Microsoft.NETCore.DotNetHostResolver" version="3.0.0" />
<package id="runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver" version="3.0.0" />
<package id="runtime.win-x64.Microsoft.NETCore.DotNetHostResolver" version="3.0.0" />
<package id="runtime.win-x86.Microsoft.NETCore.DotNetHostResolver" version="3.0.0" />
<package id="SQLitePCLRaw.bundle_green" version="1.1.2" />
<package id="SQLitePCLRaw.core" version="1.1.2" />
<package id="SQLitePCLRaw.provider.e_sqlite3.net45" version="1.1.2" />
Expand Down

0 comments on commit 7e0ea6c

Please sign in to comment.