|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | | - <PropertyGroup> |
4 | | - <OutputType>Exe</OutputType> |
5 | | - <TargetFramework>net5.0</TargetFramework> |
6 | | - <Nullable>enable</Nullable> |
7 | | - <RootNamespace>J4JSoftware.CommandLine.Examples</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>static binding example for J4JCommandLine</Description> |
13 | | - <Copyright>© Mark A. Olbert all rights reserved</Copyright> |
14 | | - <Configurations>Debug;Release;NugetRelease</Configurations> |
15 | | - </PropertyGroup> |
| 3 | + <PropertyGroup> |
| 4 | + <OutputType>Exe</OutputType> |
| 5 | + <TargetFramework>net5.0</TargetFramework> |
| 6 | + <Nullable>enable</Nullable> |
| 7 | + <RootNamespace>J4JSoftware.CommandLine.Examples</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>static binding example for J4JCommandLine</Description> |
| 13 | + <Copyright>© Mark A. Olbert all rights reserved</Copyright> |
| 14 | + <Configurations>Debug;Release;NugetRelease</Configurations> |
| 15 | + </PropertyGroup> |
16 | 16 |
|
17 | | - <ItemGroup> |
18 | | - <PackageReference Include="Autofac" Version="6.1.0" /> |
19 | | - <PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.1.0" /> |
20 | | - </ItemGroup> |
| 17 | + <ItemGroup> |
| 18 | + <PackageReference Include="Autofac" Version="6.1.0" /> |
| 19 | + <PackageReference Include="Autofac.Extensions.DependencyInjection" Version="7.1.0" /> |
| 20 | + </ItemGroup> |
21 | 21 |
|
22 | | - <ItemGroup> |
23 | | - <ProjectReference Include="..\..\Binder\Binder.csproj" /> |
24 | | - </ItemGroup> |
| 22 | + <ItemGroup> |
| 23 | + <ProjectReference Include="..\..\J4JCommandLine\J4JCommandLine.csproj" /> |
| 24 | + </ItemGroup> |
25 | 25 |
|
26 | 26 | </Project> |
0 commit comments