diff options
| author | Rob Mensching <rob@firegiant.com> | 2022-10-01 02:38:00 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2022-10-03 12:29:27 -0700 |
| commit | 464575def4341d65bc3fa72298798755cdee527e (patch) | |
| tree | 815adc229c92756260dcd65782102511359bf50f /src/test/burn/TestData/CacheTests/BundleC | |
| parent | ed6593322d34ff0e655be9347f340d0cc96c0784 (diff) | |
| download | wix-464575def4341d65bc3fa72298798755cdee527e.tar.gz wix-464575def4341d65bc3fa72298798755cdee527e.tar.bz2 wix-464575def4341d65bc3fa72298798755cdee527e.zip | |
Standardize on .NET 6 as the minimum for .NET Core platform.
Closes 6942
Diffstat (limited to 'src/test/burn/TestData/CacheTests/BundleC')
| -rw-r--r-- | src/test/burn/TestData/CacheTests/BundleC/BundleC.wixproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/burn/TestData/CacheTests/BundleC/BundleC.wixproj b/src/test/burn/TestData/CacheTests/BundleC/BundleC.wixproj index 69f53a86..cea07ded 100644 --- a/src/test/burn/TestData/CacheTests/BundleC/BundleC.wixproj +++ b/src/test/burn/TestData/CacheTests/BundleC/BundleC.wixproj | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | </ItemGroup> | 17 | </ItemGroup> |
| 18 | <!-- We do this dynamically to avoid committing such a large file to source control. --> | 18 | <!-- We do this dynamically to avoid committing such a large file to source control. --> |
| 19 | <Target Name="CreateLargeFile" AfterTargets="BeforeBuild" Inputs="$(MSBuildProjectFullPath)" Outputs="$(MSBuildProjectDirectory)\fivegb.file"> | 19 | <Target Name="CreateLargeFile" AfterTargets="BeforeBuild" Inputs="$(MSBuildProjectFullPath)" Outputs="$(MSBuildProjectDirectory)\fivegb.file"> |
| 20 | <Exec Command='"$(BaseOutputPath)$(Configuration)\netcoreapp3.1\win-x86\testexe.exe" /lf "fivegb.file|5368709120' WorkingDirectory="$(MSBuildProjectDirectory)" /> | 20 | <Exec Command='"$(BaseOutputPath)$(Configuration)\net6.0\win-x86\testexe.exe" /lf "fivegb.file|5368709120' WorkingDirectory="$(MSBuildProjectDirectory)" /> |
| 21 | </Target> | 21 | </Target> |
| 22 | <!-- We do this to avoid copying such a large file to the VM to run the tests. --> | 22 | <!-- We do this to avoid copying such a large file to the VM to run the tests. --> |
| 23 | <Target Name="DeleteLargeFile" AfterTargets="AfterBuild"> | 23 | <Target Name="DeleteLargeFile" AfterTargets="AfterBuild"> |
