ci/cd: Fix warnings in Azure Pipelines (#12579)

This commit is contained in:
Diego Heras
2021-11-17 19:45:06 +01:00
committed by GitHub
parent b71d856695
commit 607c3f6b0b
2 changed files with 37 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFrameworks>net6.0;net461</TargetFrameworks>
<IsPackable>false</IsPackable>
<NoWarn />
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>