Skip to content

Commit 7f99773

Browse files
committed
Update Statiq versions.
1 parent 75e7beb commit 7f99773

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
output/
22
.vs/
3+
cache/

docs/docs.csproj

+5-5
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
</ItemGroup>
1313

1414
<ItemGroup>
15-
<PackageReference Include="Statiq.CodeAnalysis" Version="1.0.0-beta.41" />
16-
<!--<PackageReference Include="Statiq.Docs" Version="1.0.0-alpha.1" />-->
17-
<PackageReference Include="Statiq.Web" Version="1.0.0-beta.27" />
15+
<PackageReference Include="Statiq.CodeAnalysis" Version="1.0.0-beta.42" />
16+
<PackageReference Include="Statiq.Docs" Version="1.0.0-alpha.2" />
17+
<PackageReference Include="Statiq.Web" Version="1.0.0-beta.28" />
1818
</ItemGroup>
1919

20-
<ItemGroup>
20+
<!-- <ItemGroup>
2121
<ProjectReference Include="../../Statiq.Docs\src\Statiq.Docs\Statiq.Docs.csproj" />
22-
</ItemGroup>
22+
</ItemGroup> -->
2323

2424
</Project>

0 commit comments

Comments
 (0)