Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<EnableDynamicLoading>true</EnableDynamicLoading>
<CoveSdkVersion Condition="'$(CoveSdkVersion)' == ''">0.7.1</CoveSdkVersion>
<CoveSdkVersion Condition="'$(CoveSdkVersion)' == ''">0.9.0</CoveSdkVersion>

<!-- Local-Cove source selector precedence (highest wins):
1. Explicit -p:UseLocalCoveSource=true|false (set before this file evaluates) — honored as-is.
Expand Down
1 change: 1 addition & 0 deletions extensions/Renamer/src/Renamer/Renamer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
present in the publish set.
-->
<ItemGroup>
<PackageReference Include="Cove.Plugins" VersionOverride="0.9.0" />
<PackageReference Include="System.IO.Hashing" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
this csproj therefore restates neither a direct Cove reference nor the sibling ../cove path math.
-->
<ItemGroup>
<PackageReference Include="Cove.Plugins" VersionOverride="0.9.0" />
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>
</Project>