Skip to content

Commit 24f573e

Browse files
Build: Add Microsoft.Bcl.AsyncInterfaces package reference
1 parent ec7cfdc commit 24f573e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Directory.Build.props

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
<!-- Copyright (c) Files Community. Licensed under the MIT License. -->
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project>
33
<PropertyGroup>
4-
<TargetFrameworkVersion>net9.0</TargetFrameworkVersion>
5-
<TargetWindowsVersion>10.0.22621.0</TargetWindowsVersion>
6-
<MinimalWindowsVersion>10.0.19041.0</MinimalWindowsVersion>
7-
<WindowsSdkPackageVersion>10.0.26100.67-preview</WindowsSdkPackageVersion>
8-
<WindowsTargetFramework>$(TargetFrameworkVersion)-windows$(TargetWindowsVersion)</WindowsTargetFramework>
4+
<!-- Shared package references for all projects -->
95
</PropertyGroup>
10-
</Project>
6+
7+
<ItemGroup>
8+
<!-- Add Microsoft.Bcl.AsyncInterfaces to resolve FileNotFoundException -->
9+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
10+
</ItemGroup>
11+
</Project>

0 commit comments

Comments
 (0)