-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDiz.LogWriter.csproj
More file actions
27 lines (23 loc) · 907 Bytes
/
Diz.LogWriter.csproj
File metadata and controls
27 lines (23 loc) · 907 Bytes
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
<RestorePackagesWithLockFile>true</RestorePackagesWithLockFile>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Diz.Core\Diz.Core.csproj" />
<ProjectReference Include="..\Diz.Cpu.65816\Diz.Cpu.65816.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CsvHelper">
<Version>30.0.3</Version>
</PackageReference>
<PackageReference Include="ExtendedXmlSerializer">
<Version>3.9.6</Version>
</PackageReference>
<PackageReference Include="LightInject">
<Version>6.6.4</Version>
</PackageReference>
</ItemGroup>
</Project>