14 lines
404 B
XML
14 lines
404 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\AspClassic.Parser\AspClassic.Parser.csproj" />
|
|
<ProjectReference Include="..\AspClassic.Scripting\AspClassic.Scripting.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|