[General]Consolidate to language version C# 10 (#19209)

This commit is contained in:
Davide Giacometti
2022-07-15 10:06:00 +02:00
committed by GitHub
parent 3d8fbd0507
commit e6be44623a
10 changed files with 13 additions and 21 deletions

View File

@@ -16,7 +16,6 @@
<RootNamespace>ColorPicker</RootNamespace>
<AssemblyName>PowerToys.ColorPickerUI</AssemblyName>
<TargetFramework>net6.0-windows10.0.19041.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">

View File

@@ -7,7 +7,6 @@
<RootNamespace>Microsoft.ColorPicker.UnitTests</RootNamespace>
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>
<LangVersion>8.0</LangVersion>
<OutputType>Library</OutputType>
<Version>$(Version).0</Version>
</PropertyGroup>