Skip to content

Commit 55c4071

Browse files
committed
Modified project configuration to support github package manager
1 parent 3d93ec1 commit 55c4071

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed
Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,28 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

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>
1517

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>
2123

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>
2527

2628
</Project>

0 commit comments

Comments
 (0)