We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12027ca commit d3c9ca5Copy full SHA for d3c9ca5
Project1.csproj
@@ -1,4 +1,13 @@
1
<Project Sdk="Microsoft.NET.Sdk.Web">
2
+
3
+ <!-- This is an auto-generated file by a GH action! -->
4
+ <!-- It's a workaround for dependabot to support Central Package Management (CPM) -->
5
+ <!-- https://github.com/dependabot/dependabot-core/issues/8590 -->
6
+ <PropertyGroup>
7
+ <TargetFramework>net8.0</TargetFramework>
8
+ </PropertyGroup>
9
10
<ItemGroup>
11
</ItemGroup>
12
13
</Project>
0 commit comments