Skip to content

Commit ab42a4b

Browse files
committed
csproj just with package reference #11
1 parent 9ddffee commit ab42a4b

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

BlazorStaticMinimalBlog.csproj

+2-22
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,9 @@
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/**/*">

0 commit comments

Comments
 (0)