mirror of
https://github.com/fadden/6502bench.git
synced 2024-10-31 19:04:44 +00:00
12 lines
235 B
XML
12 lines
235 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\CommonUtil\CommonUtil.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|