File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments