Merged PR 17537: Update to .NET SDK 5.0.402

Update to .NET SDK 5.0.402 and update package versions
This commit is contained in:
Dongbo Wang 2021-10-12 21:40:38 +00:00
parent 3619db6450
commit 9bd3462fb8
3 changed files with 5 additions and 5 deletions

View file

@ -3054,8 +3054,8 @@
<Component Id="cmp1BE6E4D5997742FF974440017C5502EE">
<File Id="fil77AD293FB24E4B1893A18FBC186AC67F" KeyPath="yes" Source="$(var.ProductSourcePath)\System.Diagnostics.EventLog.Messages.dll" />
</Component>
<Component Id="cmp5C44F89669B044A981A5167DA9C68CC7">
<File Id="fil2469561ED5724A1B9FA3C69BE6958BEF" KeyPath="yes" Source="$(var.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_5.0.921.35908.dll" />
<Component Id="cmp5F2E76BDC64E4246936B91ACC283EEC1">
<File Id="fil65943ABC736D4D2F841CEF1E30AC20AF" KeyPath="yes" Source="$(var.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_5.0.1121.47308.dll" />
</Component>
</DirectoryRef>
</Fragment>
@ -4041,7 +4041,7 @@
<ComponentRef Id="cmpC0FFB3F4FB30438082D2DC0F4E4BF12D" />
<ComponentRef Id="cmp1EBDE676D79B4B0DB859B3F601D78513" />
<ComponentRef Id="cmp1BE6E4D5997742FF974440017C5502EE" />
<ComponentRef Id="cmp5C44F89669B044A981A5167DA9C68CC7" />
<ComponentRef Id="cmp5F2E76BDC64E4246936B91ACC283EEC1" />
</ComponentGroup>
</Fragment>
</Wix>

View file

@ -1,5 +1,5 @@
{
"sdk": {
"version": "5.0.400"
"version": "5.0.402"
}
}

View file

@ -16,7 +16,7 @@
<ItemGroup>
<!-- the following package(s) are from https://github.com/dotnet/fxdac -->
<PackageReference Include="System.Data.SqlClient" Version="4.8.2" />
<PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
<PackageReference Include="System.IO.Packaging" Version="5.0.0" />
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="5.0.0" />