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 4df619f commit 39be38eCopy full SHA for 39be38e
content/dotnet-template-azure-iot-edge-module/CSharp/SampleModule.csproj
@@ -1,10 +1,10 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<OutputType>Exe</OutputType>
4
<TargetFramework>net6.0</TargetFramework>
5
</PropertyGroup>
6
7
- <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp3.1|AnyCPU'">
+ <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|AnyCPU'">
8
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
9
<TreatSpecificWarningsAsErrors />
10
0 commit comments