File tree 2 files changed +5
-5
lines changed
test/aspnet-mvc-demo/AbpAspNetMvcDemo
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
)
33
33
34
34
$CakeVersion = " 0.23.0"
35
- $DotNetChannel = " LTS " ;
36
- $DotNetVersion = " 2.0.2 " ;
35
+ $DotNetChannel = " Current " ;
36
+ $DotNetVersion = " 2.1.302 " ;
37
37
$DotNetInstallerUri = " https://dot.net/v1/dotnet-install.ps1" ;
38
38
$NugetUrl = " https://dist.nuget.org/win-x86-commandline/latest/nuget.exe"
39
39
Original file line number Diff line number Diff line change 363
363
<Content Include =" Scripts\umd\popper-utils.min.js" />
364
364
<Content Include =" Scripts\umd\popper.js" />
365
365
<Content Include =" Scripts\umd\popper.min.js" />
366
- <Content Include =" Web.config" />
366
+ <Content Include =" Web.config" >
367
+ <SubType >Designer</SubType >
368
+ </Content >
367
369
<Content Include =" Web.Debug.config" >
368
370
<DependentUpon >Web.config</DependentUpon >
369
371
</Content >
441
443
</PropertyGroup >
442
444
<Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
443
445
<Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition =" Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
444
- <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
445
- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
446
446
<Target Name =" MvcBuildViews" AfterTargets =" AfterBuild" Condition =" '$(MvcBuildViews)'=='true'" >
447
447
<AspNetCompiler VirtualPath =" temp" PhysicalPath =" $(WebProjectOutputDir)" />
448
448
</Target >
You can’t perform that action at this time.
0 commit comments