Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 9533e07

Browse files
mlorbetskePiotr Puszkiewicz
authored and
Piotr Puszkiewicz
committed
Update web template for Web SDK 154 (#4948)
* Update WebSDK version * Update web template to get rid of globs aspnet/Templates#735
1 parent 948fbc2 commit 9533e07

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

build/Microsoft.DotNet.Cli.DependencyVersions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<PropertyGroup>
44
<CLI_MSBuild_Version>15.1.0-preview-000454-01</CLI_MSBuild_Version>
55
<CLI_NETSDK_Version>1.0.0-alpha-20161104-2</CLI_NETSDK_Version>
6-
<CLI_WEBSDK_Version>1.0.0-alpha-20161203-1-150</CLI_WEBSDK_Version>
6+
<CLI_WEBSDK_Version>1.0.0-alpha-20161205-1-154</CLI_WEBSDK_Version>
77
</PropertyGroup>
88
</Project>

src/dotnet/commands/dotnet-new/CSharp_Web/$projectName$.csproj

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,6 @@
99
<PackageTargetFallback>$(PackageTargetFallback);portable-net45+win8+wp8+wpa81;</PackageTargetFallback>
1010
</PropertyGroup>
1111

12-
<PropertyGroup>
13-
<GlobalExclude>$(GlobalExclude);bin\**;obj\**;node_modules\**;jspm_packages\**;bower_components\**;**\*.user;**\*.*proj</GlobalExclude>
14-
</PropertyGroup>
15-
16-
<ItemGroup>
17-
<None Include="**\*" />
18-
<Compile Include="**\*.cs" />
19-
<EmbeddedResource Include="**\*.resx" />
20-
<Content Include="wwwroot\**" CopyToPublishDirectory="PreserveNewest" />
21-
<Content Include="**\*.cshtml" Exclude="wwwroot\**\*.cshtml" CopyToPublishDirectory="PreserveNewest" />
22-
<Content Include="**\*.config" Exclude="wwwroot\**\*.config" CopyToPublishDirectory="PreserveNewest" />
23-
<Content Include="**\*.json" Exclude="wwwroot\**\*.json" CopyToPublishDirectory="PreserveNewest" />
24-
</ItemGroup>
25-
2612
<ItemGroup>
2713
<PackageReference Include="Microsoft.NETCore.App" Version="1.0.1" />
2814
<PackageReference Include="Microsoft.AspNetCore.Diagnostics" Version="1.0.0" />

0 commit comments

Comments
 (0)