|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <TargetFramework>netcoreapp3.1</TargetFramework> |
5 | | - <Nullable>enable</Nullable> |
6 | | - <AssemblyName>J4JSoftware.CommandLine</AssemblyName> |
7 | | - <RootNamespace>J4JSoftware.CommandLine</RootNamespace> |
8 | | - <Version>0.1.0.0</Version> |
9 | | - <Authors>Mark A. Olbert</Authors> |
10 | | - <Company>Jump for Joy Software</Company> |
11 | | - <Product>J4JSoftware Command Line Processor</Product> |
12 | | - <Description>object-focused command line processing</Description> |
13 | | - <Copyright>© Mark A. Olbert all rights reserved</Copyright> |
14 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <TargetFramework>netcoreapp3.1</TargetFramework> |
| 5 | + <Nullable>enable</Nullable> |
| 6 | + <AssemblyName>J4JSoftware.CommandLine</AssemblyName> |
| 7 | + <RootNamespace>J4JSoftware.CommandLine</RootNamespace> |
| 8 | + <Version>0.1.0.0</Version> |
| 9 | + <Authors>Mark A. Olbert</Authors> |
| 10 | + <Company>Jump for Joy Software</Company> |
| 11 | + <Product>J4JSoftware Command Line Processor</Product> |
| 12 | + <Description>object-focused command line processing</Description> |
| 13 | + <Copyright>© Mark A. Olbert all rights reserved</Copyright> |
| 14 | + <PackageDescription>adds the J4JSoftware Command Line Processor</PackageDescription> |
| 15 | + <RepositoryUrl>https://github.com/markolbert/J4JCommandLine</RepositoryUrl> |
| 16 | + </PropertyGroup> |
15 | 17 |
|
16 | | - <ItemGroup> |
17 | | - <Compile Remove="ImmutableTextCollections.cs" /> |
18 | | - <Compile Remove="allocating\IParsingConfiguration.cs" /> |
19 | | - <Compile Remove="allocating\ParsingConfiguration.cs" /> |
20 | | - </ItemGroup> |
| 18 | + <ItemGroup> |
| 19 | + <Compile Remove="ImmutableTextCollections.cs" /> |
| 20 | + <Compile Remove="allocating\IParsingConfiguration.cs" /> |
| 21 | + <Compile Remove="allocating\ParsingConfiguration.cs" /> |
| 22 | + </ItemGroup> |
21 | 23 |
|
22 | | - <ItemGroup> |
23 | | - <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.4" /> |
24 | | - </ItemGroup> |
| 24 | + <ItemGroup> |
| 25 | + <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.4" /> |
| 26 | + </ItemGroup> |
25 | 27 |
|
26 | 28 | </Project> |
0 commit comments