File tree 1 file changed +2
-22
lines changed
1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 6
6
<ImplicitUsings >enable</ImplicitUsings >
7
7
</PropertyGroup >
8
8
9
-
10
- <PropertyGroup >
11
- <!-- Serve for Conditional logic for template instantiation -->
12
- <!-- You can put the version inside the PackageReference -->
13
- <BlazorStaticVersion >1.0.0-beta.13</BlazorStaticVersion >
14
- </PropertyGroup >
15
-
16
- <!-- #if (UseInTemplate)-->
17
- <ItemGroup >
18
- <PackageReference Include =" BlazorStatic" Version =" $(BlazorStaticVersion)" />
19
- </ItemGroup >
20
- <!-- #else-->
21
- <ItemGroup Condition =" '$(Configuration)' == 'Debug'" >
22
- <!-- for debugging when running from BlazorStaticWebsite.sln-->
23
- <ProjectReference Include =" ../../../../src/BlazorStatic.csproj" />
9
+ <ItemGroup >
10
+ <PackageReference Include =" BlazorStatic" Version =" 1.0.0-beta.13" />
24
11
</ItemGroup >
25
-
26
- <ItemGroup Condition =" '$(Configuration)' == 'Release'" >
27
- <!-- When building the page on ci/cd-->
28
- <PackageReference Include =" BlazorStatic" Version =" $(BlazorStaticVersion)" />
29
- </ItemGroup >
30
- <!-- #endif-->
31
-
32
12
33
13
<ItemGroup >
34
14
<None Update =" Content/**/*" >
You can’t perform that action at this time.
0 commit comments