Skip to content

Commit

Permalink
Update the SDK (#1431)
Browse files Browse the repository at this point in the history
* Update the SDK

* Remove rids

* set GeneratePackgeOnBuild to true
  • Loading branch information
davidfowl authored Apr 23, 2019
1 parent 3caeac4 commit b473a78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"sdk": {
"version": "3.0.100-preview3-010280"
"version": "3.0.100-preview4-011136"
},
"tools": {
"dotnet": "3.0.100-preview3-010280"
"dotnet": "3.0.100-preview4-011136"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19222.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp3.0;net461</TargetFrameworks>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<StartupObject>GenericHostSample.WindowsServiceControlled</StartupObject>
<OutputType>Exe</OutputType>
<LangVersion>latest</LangVersion>
Expand Down
1 change: 1 addition & 0 deletions src/Shared/src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<IsPackable>true</IsPackable>
<IsShipping>false</IsShipping>
<NoBuild>true</NoBuild>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<EnableDefaultItems>false</EnableDefaultItems>
<IncludeBuildOutput>false</IncludeBuildOutput>
Expand Down

0 comments on commit b473a78

Please sign in to comment.