-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathTypewriter.csproj
More file actions
33 lines (33 loc) · 1.72 KB
/
Typewriter.csproj
File metadata and controls
33 lines (33 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\apidoctor\ApiDoctor.Publishing\ApiDoctor.Publishing.csproj" />
<ProjectReference Include="..\..\apidoctor\ApiDoctor.Validation\ApiDoctor.Validation.csproj" />
<ProjectReference Include="..\..\submodules\vipr\src\Core\Vipr.Core\Vipr.Core.csproj" />
<ProjectReference Include="..\..\submodules\vipr\src\Readers\Vipr.Reader.OData.v4\Vipr.Reader.OData.v4.csproj" />
<ProjectReference Include="..\..\Templates\Templates.csproj" />
<ProjectReference Include="..\GraphODataTemplateWriter\GraphODataTemplateWriter.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser">
<Version>2.9.1</Version>
</PackageReference>
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Microsoft.Extensions.Configuration" Version="10.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="9.0.4" />
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Xml" Version="10.0.0" />
<PackageReference Include="Nito.AsyncEx">
<Version>5.1.2</Version>
</PackageReference>
<PackageReference Include="NLog">
<Version>5.4.0</Version>
</PackageReference>
<PackageReference Include="System.Data.DataSetExtensions" Version="4.5.0" />
</ItemGroup>
</Project>