Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de416dc

Browse files
Bump .NET SDK to version 7.0.101 (#18786)
1 parent de079ee commit de416dc

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

DotnetRuntimeMetadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"channel": "7.0.1xx",
44
"quality": "daily",
55
"qualityFallback": "preview",
6-
"packageVersionPattern": "7.0.0",
7-
"sdkImageVersion": "7.0.100",
6+
"packageVersionPattern": "7.0.1",
7+
"sdkImageVersion": "7.0.101",
88
"nextChannel": "7.0.1xx-rc2",
99
"azureFeed": "",
10-
"sdkImageOverride": "7.0.100-rtm.22521.12"
10+
"sdkImageOverride": ""
1111
},
1212
"internalfeed": {
1313
"url": ""

assets/wix/files.wxs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2778,8 +2778,8 @@
27782778
<Component Id="cmp96588875574749E295496861FFC1DB58">
27792779
<File Id="filF931B05A25224A188D08E09A9FDC3A58" KeyPath="yes" Source="$(var.ProductSourcePath)\PenImc_cor3.dll" />
27802780
</Component>
2781-
<Component Id="cmpBE1F08365DA04264BD3FB4A018024753">
2782-
<File Id="filFD13BF06C7FC4F61BB6322101BC2A846" KeyPath="yes" Source="$(var.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_7.0.22.51805.dll" />
2781+
<Component Id="cmp528DD2F1E4FC4188849B6E2E762EF4C1">
2782+
<File Id="fil4E280BC73867468BB0848868AF0C53E9" KeyPath="yes" Source="$(var.ProductSourcePath)\mscordaccore_$(var.FileArchitecture)_$(var.FileArchitecture)_7.0.122.56804.dll" />
27832783
</Component>
27842784
</DirectoryRef>
27852785
</Fragment>
@@ -3669,7 +3669,7 @@
36693669
<ComponentRef Id="cmpB57C7D1B8B4D41229C7AEA53A2E1FC7C" />
36703670
<ComponentRef Id="cmpD1CDA13235324E4EA90A9CFB3EABB34C" />
36713671
<ComponentRef Id="cmp96588875574749E295496861FFC1DB58" />
3672-
<ComponentRef Id="cmpBE1F08365DA04264BD3FB4A018024753" />
3672+
<ComponentRef Id="cmp528DD2F1E4FC4188849B6E2E762EF4C1" />
36733673
</ComponentGroup>
36743674
</Fragment>
36753675
</Wix>

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "7.0.100"
3+
"version": "7.0.101"
44
}
55
}

src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" />
11-
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="7.0.0-rc.1.22426.10" />
11+
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="7.0.0" />
1212
</ItemGroup>
1313

1414
<PropertyGroup>

src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<ItemGroup>
1818
<!-- This section is to force the version of non-direct dependencies -->
1919
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
20-
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.0" />
20+
<PackageReference Include="Microsoft.Extensions.ObjectPool" Version="7.0.1" />
2121
<PackageReference Include="Microsoft.Win32.Registry" Version="5.0.0" />
2222
<PackageReference Include="System.Web.Services.Description" Version="4.10.0" />
2323
<!-- the following package(s) are from https://github.com/dotnet/fxdac -->

test/tools/WebListener/WebListener.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.0" />
10+
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="7.0.1" />
1111
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
1212
</ItemGroup>
1313

0 commit comments

Comments
 (0)