Update .NET SDK version to 3.1.101 (#11582)

This commit is contained in:
Aditya Patwardhan 2020-01-14 14:17:04 -08:00 committed by Dongbo Wang
parent 976f746874
commit 3d35a51cbc
2 changed files with 4 additions and 4 deletions

View file

@ -3071,8 +3071,8 @@
<Component Id="cmp2E32A6E773F543F0A150B972F8D3E23A" Guid="{a43d0117-1193-4316-a0f6-fef892870f38}">
<File Id="fil66411B8941CA492E93BF262EA72C6BE6" KeyPath="yes" Source="$(env.ProductSourcePath)\Microsoft.PowerShell.GraphicalHost.xml" />
</Component>
<Component Id="cmp391B9B0E71AF4A99BFE7260F811AFAC4" Guid="{2d8c929e-37e0-488c-8793-246b36559bd3}">
<File Id="filB279809149164F37A0C48A01D092529A" KeyPath="yes" Source="$(env.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_4.700.19.56402.dll" />
<Component Id="cmp0817508C2DDD435D81D82F6A402BF0A8" Guid="{99663b8b-d0ad-4b3f-828d-10a0379fb841}">
<File Id="fil0979EA5940F049AFBB0403CA5D84D029" KeyPath="yes" Source="$(env.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_4.700.19.60701.dll" />
</Component>
</DirectoryRef>
</Fragment>
@ -4063,7 +4063,7 @@
<ComponentRef Id="cmp73A4CC8E2C9E4594A3D8258C9E00D7E6" />
<ComponentRef Id="cmpAC984FA3A67247BC996F60290C87D0A1" />
<ComponentRef Id="cmp2E32A6E773F543F0A150B972F8D3E23A" />
<ComponentRef Id="cmp391B9B0E71AF4A99BFE7260F811AFAC4" />
<ComponentRef Id="cmp0817508C2DDD435D81D82F6A402BF0A8" />
</ComponentGroup>
</Fragment>
</Wix>

View file

@ -1,5 +1,5 @@
{
"sdk": {
"version": "3.1.100"
"version": "3.1.101"
}
}