This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree 2 files changed +1
-15
lines changed
src/dotnet/commands/dotnet-new/CSharp_Web
2 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<CLI_MSBuild_Version >15.1.0-preview-000454-01</CLI_MSBuild_Version >
5
5
<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 >
7
7
</PropertyGroup >
8
8
</Project >
Original file line number Diff line number Diff line change 9
9
<PackageTargetFallback >$(PackageTargetFallback);portable-net45+win8+wp8+wpa81;</PackageTargetFallback >
10
10
</PropertyGroup >
11
11
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
-
26
12
<ItemGroup >
27
13
<PackageReference Include =" Microsoft.NETCore.App" Version =" 1.0.1" />
28
14
<PackageReference Include =" Microsoft.AspNetCore.Diagnostics" Version =" 1.0.0" />
You can’t perform that action at this time.
0 commit comments