File tree Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Expand file tree Collapse file tree 1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change 66 <ImplicitUsings >enable</ImplicitUsings >
77 </PropertyGroup >
88
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" />
2411 </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-
3212
3313 <ItemGroup >
3414 <None Update =" Content/**/*" >
You can’t perform that action at this time.
0 commit comments