-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Update dotnet SDK version to 9.0.100-preview.7.24407.12
#24153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
f65a053
47786a7
331bd8b
c7574bf
b3e139b
8e9bab3
7697e53
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "sdk": { | ||
| "version": "9.0.100-preview.6.24328.19" | ||
| "version": "9.0.100-preview.7.24407.12" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,13 +17,14 @@ | |
| <ItemGroup> | ||
| <!-- This section is to force the version of non-direct dependencies --> | ||
| <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" /> | ||
| <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.4" /> | ||
| <PackageReference Include="Microsoft.Extensions.ObjectPool" Version="8.0.8" /> | ||
| <PackageReference Include="System.Web.Services.Description" Version="4.10.3" /> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Transitive |
||
| <!-- the following package(s) are from https://github.com/dotnet/fxdac --> | ||
| <PackageReference Include="System.Data.SqlClient" Version="4.8.6" /> | ||
| <!-- the following package(s) are from https://github.com/dotnet/corefx --> | ||
| <PackageReference Include="System.IO.Packaging" Version="9.0.0-preview.6.24327.7" /> | ||
| <PackageReference Include="System.Net.Http.WinHttpHandler" Version="9.0.0-preview.6.24327.7" /> | ||
| <PackageReference Include="System.Text.Encodings.Web" Version="9.0.0-preview.6.24327.7" /> | ||
| <PackageReference Include="System.IO.Packaging" Version="9.0.0-preview.7.24405.7" /> | ||
| <PackageReference Include="System.Net.Http.WinHttpHandler" Version="9.0.0-preview.7.24405.7" /> | ||
| <PackageReference Include="System.Text.Encodings.Web" Version="9.0.0-preview.7.24405.7" /> | ||
| <!-- | ||
| the following package(s) are from https://github.com/dotnet/wcf | ||
| they are pinned to the version 4.10.x due to a breaking change in newer versions. | ||
|
|
@@ -36,7 +37,7 @@ | |
| <PackageReference Include="System.ServiceModel.Security" Version="4.10.3" /> | ||
| <PackageReference Include="System.Private.ServiceModel" Version="4.10.3" /> | ||
| <!-- the source could not be found for the following package(s) --> | ||
| <PackageReference Include="Microsoft.Windows.Compatibility" Version="9.0.0-preview.3.24175.3" /> | ||
| <PackageReference Include="Microsoft.Windows.Compatibility" Version="9.0.0-preview.7.24405.2" /> | ||
| </ItemGroup> | ||
|
|
||
| </Project> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,6 +15,8 @@ | |
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.9.2" PrivateAssets="all" /> | ||
| <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24165.2" PrivateAssets="all" /> | ||
| <PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.11.0-beta1.24324.1" PrivateAssets="all" /> | ||
| <!-- This section is to force the version of non-direct dependencies --> | ||
| <PackageReference Include="Microsoft.NETCore.Platforms" Version="1.1.2" /> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Transitive |
||
| </ItemGroup> | ||
| </Project> | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,9 +25,11 @@ | |
| <ItemGroup> | ||
| <PackageReference Include="xunit" Version="2.6.6" /> | ||
| <PackageReference Include="Xunit.SkippableFact" Version="1.4.13" /> | ||
| <PackageReference Include="xunit.runner.visualstudio" Version="2.5.6" /> | ||
| <PackageReference Include="xunit.runner.visualstudio" Version="2.5.8" /> | ||
| <PackageReference Include="XunitXml.TestLogger" Version="3.1.20" /> | ||
| <PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" /> | ||
| <!-- This section is to force the version of non-direct dependencies --> | ||
| <PackageReference Include="Validation" Version="2.4.22" /> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Transitive |
||
| </ItemGroup> | ||
|
|
||
| <ItemGroup> | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Transitive