1
- <Project Sdk =" Microsoft.NET.Sdk.Web" >
2
-
1
+ <Project Sdk =" Microsoft.NET.Sdk.Web" >
3
2
<PropertyGroup >
4
3
<VersionPrefix >1.1.0</VersionPrefix >
5
4
<TargetFramework >net46</TargetFramework >
9
8
<OutputType >Exe</OutputType >
10
9
<PackageId >Coalesce.Web</PackageId >
11
10
<UserSecretsId >aspnet-AspNetCoreTest-c1a899d5-70d6-46f0-ba4b-f4986ebe6948</UserSecretsId >
11
+ <TypeScriptCompileBlocked >True</TypeScriptCompileBlocked >
12
12
</PropertyGroup >
13
-
14
13
<ItemGroup >
15
14
<Content Update =" wwwroot\**\*;Views\**\*;appsettings.json;web.config" >
16
15
<CopyToPublishDirectory >PreserveNewest</CopyToPublishDirectory >
17
16
</Content >
18
17
</ItemGroup >
19
-
20
18
<ItemGroup >
21
19
<ProjectReference Include =" ..\IntelliTect.Coalesce\IntelliTect.Coalesce.csproj" />
22
20
<ProjectReference Include =" ..\Coalesce.Domain\Coalesce.Domain.csproj" />
23
21
</ItemGroup >
24
-
25
22
<ItemGroup >
26
23
<PackageReference Include =" Microsoft.AspNetCore.Authentication.Cookies" Version =" 1.0.1" />
27
24
<PackageReference Include =" Microsoft.AspNetCore.Diagnostics" Version =" 1.0.1" />
44
41
<PackageReference Include =" Microsoft.VisualStudio.Web.BrowserLink.Loader" Version =" 14.0.1" />
45
42
<PackageReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Design" Version =" 1.0.0-msbuild3-final" />
46
43
</ItemGroup >
47
-
48
44
<ItemGroup Condition =" '$(TargetFramework)' == 'net46' " >
49
45
<Reference Include =" System" />
50
46
<Reference Include =" Microsoft.CSharp" />
51
47
</ItemGroup >
52
-
53
48
<Target Name =" PrepublishScript" BeforeTargets =" PrepareForPublish" >
54
49
<Exec Command =" npm install" />
55
50
<Exec Command =" bower install" />
56
51
<Exec Command =" gulp clean" />
57
52
<Exec Command =" gulp min" />
58
53
</Target >
59
-
60
54
<ItemGroup >
61
55
<DotNetCliToolReference Include =" Microsoft.EntityFrameworkCore.Tools.DotNet" Version =" 1.0.0-msbuild3-final" />
62
56
<DotNetCliToolReference Include =" Microsoft.Extensions.SecretManager.Tools" Version =" 1.0.0-msbuild3-final" />
63
57
<DotNetCliToolReference Include =" Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version =" 1.0.0-msbuild3-final" />
64
58
</ItemGroup >
65
-
66
- </Project >
59
+ </Project >
0 commit comments