Skip to content

Commit

Permalink
Add sentinel project for dependabot
Browse files Browse the repository at this point in the history
Attempt to workaround dependabot/dependabot-core#9408.
  • Loading branch information
martincostello committed Apr 2, 2024
1 parent 64b1cd7 commit 5de6be7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Sentinel.csproj
@@ -0,0 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<!-- HACK Workaround for https://github.com/dependabot/dependabot-core/issues/9408 -->
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
</Project>

0 comments on commit 5de6be7

Please sign in to comment.