File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <TargetFrameworks >netstandard2.0;netstandard2.1</TargetFrameworks >
5+ <LangVersion >latest</LangVersion >
56 <Nullable >enable</Nullable >
67 <GeneratePackageOnBuild >True</GeneratePackageOnBuild >
78 <Authors >electricessence</Authors >
@@ -21,20 +22,12 @@ Part of the "Open" set of libraries.
2122 <IncludeSymbols >true</IncludeSymbols >
2223 <SymbolPackageFormat >snupkg</SymbolPackageFormat >
2324 <PackageIcon >logo.png</PackageIcon >
24- </PropertyGroup >
25+ </PropertyGroup >
2526
2627 <ItemGroup >
2728 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
2829 </ItemGroup >
2930
30- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
31- <LangVersion >latest</LangVersion >
32- </PropertyGroup >
33-
34- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
35- <LangVersion >latest</LangVersion >
36- </PropertyGroup >
37-
3831 <ItemGroup >
3932 <None Remove =" .git" />
4033 <None Remove =" .gitignore" />
@@ -50,8 +43,4 @@ Part of the "Open" set of libraries.
5043 <PackageReference Include =" System.Threading.Tasks.Extensions" Version =" 4.5.4" />
5144 </ItemGroup >
5245
53- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' " >
54-
55- </ItemGroup >
56-
5746</Project >
You can’t perform that action at this time.
0 commit comments