Skip to content

Commit 39be38e

Browse files
committed
update propgroup
1 parent 4df619f commit 39be38e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/dotnet-template-azure-iot-edge-module/CSharp/SampleModule.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net6.0</TargetFramework>
55
</PropertyGroup>
66

7-
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netcoreapp3.1|AnyCPU'">
7+
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net6.0|AnyCPU'">
88
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
99
<TreatSpecificWarningsAsErrors />
1010
</PropertyGroup>

0 commit comments

Comments
 (0)