File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 18
18
<DebugType >portable</DebugType >
19
19
<IsPackable >false</IsPackable >
20
20
<IncludeSymbols >true</IncludeSymbols >
21
- <IncludeSource >true</IncludeSource >
22
21
<EmbedUntrackedSources >true</EmbedUntrackedSources >
23
22
<PackageIconUrl >https://natemcmaster.github.io/CommandLineUtils/logo.png</PackageIconUrl >
24
23
<NoPackageAnalysis >true</NoPackageAnalysis >
24
+ <WarningsNotAsErrors >$(WarningsNotAsErrors);1591</WarningsNotAsErrors >
25
25
<LangVersion >8.0</LangVersion >
26
26
<Nullable >enable</Nullable >
27
27
<!-- Some previews of .NET Core 3 don't have the rename yet -->
40
40
</PropertyGroup >
41
41
42
42
<ItemGroup >
43
- <!-- For x-plat develpment . Workaround for https://github.com/dotnet/sdk/issues/335 -->
44
- <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0-alpha-004 " PrivateAssets =" all" />
43
+ <!-- For x-plat development . Workaround for https://github.com/dotnet/sdk/issues/335 -->
44
+ <PackageReference Include =" Microsoft.NETFramework.ReferenceAssemblies" Version =" 1.0.0-preview.2 " PrivateAssets =" all" />
45
45
</ItemGroup >
46
46
47
47
</Project >
Original file line number Diff line number Diff line change 3
3
<packageSources >
4
4
<clear />
5
5
<add key =" NuGet" value =" https://api.nuget.org/v3/index.json" />
6
- <add key =" roslyntools" value =" https://dotnet.myget.org/F/roslyn-tools/api/v3/index.json" />
7
6
</packageSources >
8
7
</configuration >
Original file line number Diff line number Diff line change 5
5
<PropertyGroup >
6
6
<TargetFrameworks >netstandard2.0;netstandard1.6;net45</TargetFrameworks >
7
7
<GenerateDocumentationFile >true</GenerateDocumentationFile >
8
- <WarningsNotAsErrors >$(WarningsNotAsErrors);1591</WarningsNotAsErrors >
9
8
<IsPackable >true</IsPackable >
10
9
<Description >Command-line parsing API.</Description >
11
10
<PackageDescription >Command-line parsing API and utilities for console applications.
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<GenerateDocumentationFile >true</GenerateDocumentationFile >
6
- <WarningsNotAsErrors >$(WarningsNotAsErrors);1591</WarningsNotAsErrors >
7
6
<IsPackable >true</IsPackable >
8
7
<Description >Provides command-line parsing API integration with the generic host API (Microsoft.Extensions.Hosting).</Description >
9
8
<PackageTags >commandline;parsing;hosting</PackageTags >
You can’t perform that action at this time.
0 commit comments