File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
2
2
<PropertyGroup >
3
3
<TargetFramework >net471</TargetFramework >
4
- <LangVersion >11 .0</LangVersion >
4
+ <LangVersion >12 .0</LangVersion >
5
5
<OutputType >WinExe</OutputType >
6
6
<UseWPF >true</UseWPF >
7
7
<Title >CnCNet Launcher</Title >
25
25
<ItemGroup >
26
26
<Content Include =" mainclienticon.ico" />
27
27
</ItemGroup >
28
- <ItemGroup >
29
- <Reference Include =" System" />
30
- <Reference Include =" System.Data" />
31
- <Reference Include =" System.Xml" />
32
- <Reference Include =" System.Core" />
33
- <Reference Include =" System.Xml.Linq" />
34
- <Reference Include =" System.Data.DataSetExtensions" />
35
- <Reference Include =" System.Xaml" />
36
- <Reference Include =" WindowsBase" />
37
- <Reference Include =" PresentationCore" />
38
- <Reference Include =" PresentationFramework" />
39
- </ItemGroup >
40
28
<ItemGroup >
41
- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.435" >
42
- <PrivateAssets >all</PrivateAssets >
43
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
44
- </PackageReference >
45
29
<PackageReference Include =" Microsoft.CSharp" Version =" 4.7.0" />
46
30
</ItemGroup >
47
31
</Project >
You can’t perform that action at this time.
0 commit comments