Update files copied from dotnet/arcade

This commit is contained in:
Daniel Plaisted 2018-10-21 22:22:58 -07:00
parent 039b4dcd26
commit 789c24a379
2 changed files with 2 additions and 13 deletions

View file

@ -11,17 +11,6 @@
<DebugType>embedded</DebugType> <DebugType>embedded</DebugType>
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<!-- <IsShipping>true</IsShipping>
Tools and packages produced by this repository support infrastructure and are not shipping on NuGet or via any other official channel.
-->
<IsShipping>false</IsShipping>
</PropertyGroup>
<PropertyGroup>
<!--
'NetFxTfm' is the standard desktop Target Framework Moniker which this repo's packages are targeting
ie. Place 'NetFxTfm' in the 'TargetFramework' property of a csproj like <TargetFrameworks>$(NetFxTfm);netcoreapp2.0</TargetFrameworks>
-->
<NetFxTfm>net461</NetFxTfm>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

View file

@ -1,6 +1,6 @@
{ {
"tools": { "tools": {
"dotnet": "2.1.400-preview-009088" "dotnet": "3.0.100-preview1-009020"
}, },
"msbuild-sdks": { "msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18520.3" "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18520.3"