Update to latest Tools, Bal, NetFx.
Sean Hall committed
Jan 3, 2021 at 16:25 UTC
02cf98e97df35b3d024d9ade2e80ac348939d29f
11 files changed
+14
-14
global.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"msbuild-sdks": {
3
- "WixToolset.Sdk": "4.0.0-build-0175"
3
+ "WixToolset.Sdk": "4.0.0-build-0176"
4
},
5
"sdk": {
6
"allowPrerelease": false
src/TestData/BasicFunctionalityTests/BundleA/BundleA.wixproj
+1
-1
@@ -12,6 +12,6 @@
12
<ProjectReference Include="..\PackageA\PackageA.wixproj" />
13
</ItemGroup>
14
<ItemGroup>
15
- <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.77" />
15
+ <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" />
16
</ItemGroup>
17
</Project>
\ No newline at end of file
src/TestData/MsiTransactionTests/BundleAv1/BundleA.props
+2
-2
@@ -1,4 +1,4 @@
1
-<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
1
+<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2
<Project>
3
<PropertyGroup>
4
<OutputType>Bundle</OutputType>
@@ -10,6 +10,6 @@
10
<Compile Include="..\..\Templates\Bundle.wxs" Link="Bundle.wxs" />
11
</ItemGroup>
12
<ItemGroup>
13
- <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.77" />
13
+ <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" />
14
</ItemGroup>
15
</Project>
src/TestData/MsiTransactionTests/BundleBv1/BundleB.props
+3
-3
@@ -1,4 +1,4 @@
1
-<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
1
+<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2
<Project>
3
<PropertyGroup>
4
<OutputType>Bundle</OutputType>
@@ -11,7 +11,7 @@
11
<ProjectReference Include="..\..\TestBA\TestBAWixlib\testbawixlib.wixproj" />
12
</ItemGroup>
13
<ItemGroup>
14
- <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.77" />
15
- <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.56" />
14
+ <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" />
15
+ <PackageReference Include="WixToolset.NetFx.wixext" Version="4.0.57" />
16
</ItemGroup>
17
</Project>
src/TestData/MsiTransactionTests/PackageF/PackageF.wixproj
+1
-1
@@ -7,6 +7,6 @@
7
<Compile Include="..\..\Templates\PackageFail.wxs" Link="PackageFail.wxs" />
8
</ItemGroup>
9
<ItemGroup>
10
- <PackageReference Include="WixToolset.Util.wixext" Version="4.0.66" />
10
+ <PackageReference Include="WixToolset.Util.wixext" Version="4.0.67" />
11
</ItemGroup>
12
</Project>
\ No newline at end of file
src/TestData/PrereqBaTests/BundleA/BundleA.wixproj
+1
-1
@@ -16,6 +16,6 @@
16
<ProjectReference Include="..\PackageF\PackageF.wixproj" />
17
</ItemGroup>
18
<ItemGroup>
19
- <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.77" />
19
+ <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" />
20
</ItemGroup>
21
</Project>
\ No newline at end of file
src/TestData/PrereqBaTests/BundleB/BundleB.wixproj
+1
-1
@@ -16,6 +16,6 @@
16
<ProjectReference Include="..\PackageF\PackageF.wixproj" />
17
</ItemGroup>
18
<ItemGroup>
19
- <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.77" />
19
+ <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" />
20
</ItemGroup>
21
</Project>
\ No newline at end of file
src/TestData/PrereqBaTests/PackageF/PackageF.wixproj
+1
-1
@@ -7,6 +7,6 @@
7
<Compile Include="..\..\Templates\PackageFail.wxs" Link="PackageFail.wxs" />
8
</ItemGroup>
9
<ItemGroup>
10
- <PackageReference Include="WixToolset.Util.wixext" Version="4.0.66" />
10
+ <PackageReference Include="WixToolset.Util.wixext" Version="4.0.67" />
11
</ItemGroup>
12
</Project>
\ No newline at end of file
src/TestData/RollbackBoundaryTests/BundleA/BundleA.wixproj
+1
-1
@@ -15,6 +15,6 @@
15
<ProjectReference Include="..\PackageF\PackageF.wixproj" />
16
</ItemGroup>
17
<ItemGroup>
18
- <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.77" />
18
+ <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" />
19
</ItemGroup>
20
</Project>
\ No newline at end of file
src/TestData/RollbackBoundaryTests/PackageF/PackageF.wixproj
+1
-1
@@ -7,6 +7,6 @@
7
<Compile Include="..\..\Templates\PackageFail.wxs" Link="PackageFail.wxs" />
8
</ItemGroup>
9
<ItemGroup>
10
- <PackageReference Include="WixToolset.Util.wixext" Version="4.0.66" />
10
+ <PackageReference Include="WixToolset.Util.wixext" Version="4.0.67" />
11
</ItemGroup>
12
</Project>
\ No newline at end of file
src/TestData/TestBA/TestBAWixlib/testbawixlib.wixproj
+1
-1
@@ -13,6 +13,6 @@
13
<ProjectReference Include="..\..\..\Utilities\TestBA\TestBA.csproj" />
14
</ItemGroup>
15
<ItemGroup>
16
- <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.77" />
16
+ <PackageReference Include="WixToolset.Bal.wixext" Version="4.0.80" />
17
</ItemGroup>
18
</Project>
\ No newline at end of file