irules/irules.core/irules.core.csproj

14 lines
526 B
XML

11 months ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
10 months ago
<TargetFrameworks>netstandard2.0;net6.0;net7.0;net8.0;net472</TargetFrameworks>
11 months ago
<!-- Ensures the .xr.xml files are generated in a proper layout folder -->
<GenerateLibraryLayout>true</GenerateLibraryLayout>
10 months ago
<LangVersion>latest</LangVersion>
11 months ago
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Irony" Version="1.2.0" />
11 months ago
<PackageReference Include="Irony.Interpreter.NetCore" Version="1.1.11" />
11 months ago
</ItemGroup>
</Project>