aspclassic-core/AspClassic.Scripting/AspClassic.Scripting.csproj
Jelle Luteijn 484dbfc9d9 progress
2022-05-15 11:19:49 +02:00

14 lines
395 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.CodeDom" Version="6.0.0" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="6.0.0" />
</ItemGroup>
</Project>