11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.1;netstandard2.0;netstandard1.5 </TargetFrameworks >
4+ <TargetFrameworks >netstandard2.1;netstandard2.0;net47 </TargetFrameworks >
55 <DefineConstants >$(DefineConstants);DOCOPTNET_PUBLIC</DefineConstants >
66 <!--
77 TODO Remove the suppression of the following warnings after addressing them:
@@ -37,19 +37,19 @@ Portions Copyright (C) .NET Foundation and Contributors.
3737Portions Copyright (C) West Wind Technologies, 2008.
3838 </Copyright >
3939 <PackageTags >parser;command line argument;option library;syntax;shell;beautiful;posix;python;console;command-line;docopt</PackageTags >
40+ <EmbedUntrackedSources >true</EmbedUntrackedSources >
4041 </PropertyGroup >
4142
4243 <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.1' Or '$(TargetFramework)' == 'netstandard2.0'" >
4344 <DefineConstants >$(DefineConstants);RUNTIME_SERIALIZATION</DefineConstants >
4445 </PropertyGroup >
4546
46- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.5'" >
47- <PackageReference Include =" System.Collections.NonGeneric" Version =" 4.3.0" />
47+ <ItemGroup Condition =" '$(TargetFramework)' == 'net47'" >
4848 <Compile Remove =" CodeGeneration\*.cs" />
4949 <None Include =" CodeGeneration\*.cs" />
5050 </ItemGroup >
5151
52- <ItemGroup Condition =" '$(TargetFramework)' != 'netstandard1.5 '" >
52+ <ItemGroup Condition =" '$(TargetFramework)' != 'net47 '" >
5353 <PackageReference Include =" Microsoft.CodeAnalysis.CSharp" Version =" 3.10.0" PrivateAssets =" all" />
5454 <AdditionalFiles Include =" CodeGeneration\AnalyzerReleases.*.md" />
5555 </ItemGroup >
@@ -72,19 +72,19 @@ Portions Copyright (C) West Wind Technologies, 2008.
7272 </ItemGroup >
7373
7474 <ItemGroup >
75- <PackageReference Include =" DotNet.ReproducibleBuilds" Version =" 1.1.1 " >
75+ <PackageReference Include =" DotNet.ReproducibleBuilds" Version =" 1.2.39 " >
7676 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
7777 <PrivateAssets >all</PrivateAssets >
7878 </PackageReference >
7979 <PackageReference Include =" Microsoft.CodeAnalysis.PublicApiAnalyzers" Version =" 3.3.4" >
8080 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
8181 <PrivateAssets >all</PrivateAssets >
8282 </PackageReference >
83- <PackageReference Include =" PolySharp" Version =" 1.14.1 " >
83+ <PackageReference Include =" PolySharp" Version =" 1.15.0 " >
8484 <PrivateAssets >all</PrivateAssets >
8585 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
8686 </PackageReference >
87- <PackageReference Include =" System.ValueTuple" Version =" 4.5.0 " />
87+ <PackageReference Include =" System.ValueTuple" Version =" 4.6.1 " />
8888 </ItemGroup >
8989
9090 <ItemGroup >
0 commit comments