Skip to content

Commit b20a62d

Browse files
author
Oren (electricessence)
committed
Cleanup proj file.
1 parent 21cbd73 commit b20a62d

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

Open.Disposable.csproj

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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>

0 commit comments

Comments
 (0)