File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
ProjectedFSLib.Managed.API/NetFramework
ProjectedFSLib.Managed.Test Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22<Project DefaultTargets =" Build" ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
44 <ProjectGuid >{4E5F40B3-B56F-4B62-92CB-68E7E0E36AFA}</ProjectGuid >
5- <TargetFrameworkVersion >v4.7.2 </TargetFrameworkVersion >
5+ <TargetFrameworkVersion >v4.6.1 </TargetFrameworkVersion >
66 <CLRSupport >true</CLRSupport >
77 </PropertyGroup >
88
Original file line number Diff line number Diff line change 22 <Import Project =" $(SolutionDir)\ProjectedFSLib.Managed.cs.props" />
33
44 <PropertyGroup >
5- <TargetFrameworks >net472 ;netcoreapp3.1</TargetFrameworks >
5+ <TargetFrameworks >net461 ;netcoreapp3.1</TargetFrameworks >
66 <IsPackable >false</IsPackable >
77 <GenerateProgramFile >false</GenerateProgramFile >
88 <PlatformTarget >x64</PlatformTarget >
1515 </ItemGroup >
1616
1717 <ItemGroup >
18- <ProjectReference Condition =" '$(TargetFramework)'=='net472 '" Include =" ..\ProjectedFSLib.Managed.API\NetFramework\ProjectedFSLib.Managed.vcxproj" />
18+ <ProjectReference Condition =" '$(TargetFramework)'=='net461 '" Include =" ..\ProjectedFSLib.Managed.API\NetFramework\ProjectedFSLib.Managed.vcxproj" />
1919 <ProjectReference Condition =" '$(TargetFramework)'=='netcoreapp3.1'" Include =" ..\ProjectedFSLib.Managed.API\NetCore\ProjectedFSLib.Managed.NetCore.vcxproj" />
2020 </ItemGroup >
2121
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ coverage of the managed wrapper API surface.
5353 * ** .NET Core cross-platform development**
5454 * ** Desktop development with C++**
5555 * Include the following individual components:
56- * ** .NET Framework 4.7.2 SDK**
56+ * ** .NET Framework 4.6.1 SDK**
5757 * ** C++/CLI support**
5858 * ** Windows 10 SDK (10.0.18362.0)**
5959* Create a folder to clone into, e.g. ` C:\Repos\ProjFS-Managed `
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ CALL %~dp0\InitializeEnvironment.bat || EXIT /b 10
44IF " %1 " == " " (SET " Configuration=Debug" ) ELSE (SET " Configuration=%1 " )
55
66set RESULT_FRAMEWORK = 0
7- set TESTDIR = %PROJFS_OUTPUTDIR% \ProjectedFSLib.Managed.Test\bin\AnyCPU\%Configuration% \net472
7+ set TESTDIR = %PROJFS_OUTPUTDIR% \ProjectedFSLib.Managed.Test\bin\AnyCPU\%Configuration% \net461
88pushd %TESTDIR%
9- %TESTDIR% \ProjectedFSLib.Managed.Test.exe --params ProviderExe=%PROJFS_OUTPUTDIR% \SimpleProviderManaged\bin\AnyCPU\%Configuration% \net472 \SimpleProviderManaged.exe || set RESULT_FRAMEWORK = 1
9+ %TESTDIR% \ProjectedFSLib.Managed.Test.exe --params ProviderExe=%PROJFS_OUTPUTDIR% \SimpleProviderManaged\bin\AnyCPU\%Configuration% \net461 \SimpleProviderManaged.exe || set RESULT_FRAMEWORK = 1
1010popd
1111
1212set RESULT_CORE = 0
Original file line number Diff line number Diff line change 33 <Import Project =" $(SolutionDir)\ProjectedFSLib.Managed.cs.props" />
44
55 <PropertyGroup >
6- <TargetFrameworks >net472 ;netcoreapp3.1</TargetFrameworks >
6+ <TargetFrameworks >net461 ;netcoreapp3.1</TargetFrameworks >
77 <OutputType >Exe</OutputType >
88 <PlatformTarget >x64</PlatformTarget >
99 <CodeAnalysisRuleSet >MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet >
1717 </ItemGroup >
1818
1919 <ItemGroup >
20- <ProjectReference Condition =" '$(TargetFramework)'=='net472 '" Include =" ..\ProjectedFSLib.Managed.API\NetFramework\ProjectedFSLib.Managed.vcxproj" />
20+ <ProjectReference Condition =" '$(TargetFramework)'=='net461 '" Include =" ..\ProjectedFSLib.Managed.API\NetFramework\ProjectedFSLib.Managed.vcxproj" />
2121 <ProjectReference Condition =" '$(TargetFramework)'=='netcoreapp3.1'" Include =" ..\ProjectedFSLib.Managed.API\NetCore\ProjectedFSLib.Managed.NetCore.vcxproj" />
2222 </ItemGroup >
2323
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<configuration >
3- <startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.7.2 " /></startup ></configuration >
3+ <startup ><supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.6.1 " /></startup ></configuration >
You can’t perform that action at this time.
0 commit comments