
This commit updates the target framework for the multitargeting test assets to netcoreapp2.2.
8 lines
172 B
XML
8 lines
172 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFrameworks>netcoreapp2.2</TargetFrameworks>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|