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 46e07ba commit 3c5f82cCopy full SHA for 3c5f82c
tools/Az.Tools.Predictor/Directory.Build.props
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project>
3
<PropertyGroup>
4
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
5
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
6
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
7
<Version>1.1.3</Version>
@@ -13,6 +13,11 @@
13
<LangVersion>Latest</LangVersion>
14
</PropertyGroup>
15
16
+ <PropertyGroup>
17
+ <!-- https://learn.microsoft.com/en-us/dotnet/core/tools/sdk-errors/netsdk1206 -->
18
+ <UseRidGraph>true</UseRidGraph>
19
+ </PropertyGroup>
20
+
21
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
22
<DefineConstants>DEBUG;TRACE</DefineConstants>
23
0 commit comments