Skip to content

Commit

Permalink
Updated Buildalyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Feb 15, 2022
1 parent 6e3f2cb commit 99a7a13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
5 changes: 5 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.0-beta.44

- Updated Buildalyzer to 4.1.0 which removes some dependencies on .NET Framework and resolves some package resolution problems.
- Updated Statiq Framework to version [1.0.0-beta.58](https://github.com/statiqdev/Statiq.Framework/releases/tag/v1.0.0-beta.58).
-
# 1.0.0-beta.43

- Added an additional shortcode processing phase after process templates are executed but before post-process templates are (for example, in between Markdown and Razor).
Expand Down
9 changes: 1 addition & 8 deletions src/Statiq.Web/Statiq.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Buildalyzer.Workspaces" Version="3.2.7" />
<!--
This can be removed once Buildalyzer and Statiq are updated to .NET 6
and the upstream Microsoft.Build reference in Buildalyzer are updated
-->
<PackageReference Include="Microsoft.Build" Version="16.10.0">
<NoWarn>NU1701</NoWarn>
</PackageReference>
<PackageReference Include="Buildalyzer.Workspaces" Version="4.1.0" />
</ItemGroup>

<ItemGroup>
Expand Down
9 changes: 0 additions & 9 deletions src/Statiq.Web/Statiq.Web.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,4 @@
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<!--
This can be removed once Buildalyzer and Statiq are updated to .NET 6
and the upstream Microsoft.Build reference in Buildalyzer are updated
-->
<PackageReference Include="Microsoft.Build" Version="16.10.0">
<NoWarn>NU1701</NoWarn>
</PackageReference>
</ItemGroup>
</Project>

0 comments on commit 99a7a13

Please sign in to comment.