aspnetcore/test/testapps/Directory.Build.targets

8 lines
262 B
XML

<Project>
<Import Project="RazorTest.Introspection.targets" />
<PropertyGroup>
<RuntimeFrameworkVersion Condition=" '$(TargetFramework)' == 'netcoreapp2.2' ">$(MicrosoftNETCoreApp22PackageVersion)</RuntimeFrameworkVersion>
</PropertyGroup>
</Project>