You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
325 B
10 lines
325 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copy this file to multitargeting.props and in global.json, change to framework 5.0.100
|
|
-->
|
|
<Project>
|
|
<PropertyGroup>
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
<TargetFrameworks>net472;net5.0-windows</TargetFrameworks>
|
|
</PropertyGroup>
|
|
</Project>
|