Skip to content

Commit

Permalink
Update Korebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
rynowak committed May 22, 2018
1 parent 42e3848 commit b293296
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 0 additions & 2 deletions build/VSIX.targets
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<MSBuildArguments Include="
$(VSIXProject);
/t:Restore;
/m;
/v:m;
/p:Configuration=$(Configuration);
/p:BuildNumber=$(BuildNumber);" />
Expand Down Expand Up @@ -96,7 +95,6 @@
<MSBuildArguments Remove="@(MSBuildArguments)" />
<MSBuildArguments Include="
&quot;$(VSIXProject)&quot;;
/m;
/v:M;
/fl;
&quot;/flp:LogFile=$(VSIXLogFilePath)&quot;;
Expand Down
6 changes: 5 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{ "sdk": { "version": "2.1.300-preview2-008367" } }
{ "sdk": {
"version": "2.1.300-rtm-008823" },
"msbuild-sdks": {
"Microsoft.DotNet.GlobalTools.Sdk": "2.1.0-rtm-15789"}
}
4 changes: 2 additions & 2 deletions korebuild-lock.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version:2.1.0-preview3-17003
commithash:9504bd1c41624e96d7a429d63257d784c82defd8
version:2.1.0-rtm-15789
commithash:75fdcc47d080b39456e3c905dc1461bf861a44e1
4 changes: 2 additions & 2 deletions korebuild.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json",
"channel": "dev",
"channel": "release/2.1",
"toolsets": {
"visualstudio": {
"required": false,
"includePrerelease": true,
"minVersion": "15.0.26730.03",
"minVersion": "[15.0.26730.03, 15.9)",
"requiredWorkloads": [
"Microsoft.VisualStudio.Component.VSSDK"
]
Expand Down

0 comments on commit b293296

Please sign in to comment.