mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
11 lines
498 B
Plaintext
11 lines
498 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<!-- Some items may be set in Directory.Build.props in root -->
|
||
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<!-- OneFuzz does not currently support testing with .NET 9.
|
||
|
|
As a temporary workaround, create a .NET 8 project and use file links
|
||
|
|
to include the code that needs testing. -->
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
|
||
|
|
</PropertyGroup>
|
||
|
|
</Project>
|