Skip to content

Commit fbb2200

Browse files
author
Jon Sequeira
committed
update to .NET 10
1 parent dbffbdf commit fbb2200

File tree

71 files changed

+169
-170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+169
-170
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
"settings": {
1717
"dotnet-interactive.kernelTransportArgs": [
1818
"{dotnet_path}",
19-
"/workspaces/interactive/artifacts/bin/dotnet-interactive/Debug/net9.0/Microsoft.DotNet.Interactive.App.dll",
19+
"/workspaces/interactive/artifacts/bin/dotnet-interactive/Debug/net10.0/Microsoft.DotNet.Interactive.App.dll",
2020
"[vscode]",
2121
"stdio",
2222
"--working-dir",
2323
"{working_dir}"
2424
],
2525
"dotnet-interactive.notebookParserArgs": [
2626
"{dotnet_path}",
27-
"/workspaces/interactive/artifacts/bin/dotnet-interactive/Debug/net9.0/Microsoft.DotNet.Interactive.App.dll",
27+
"/workspaces/interactive/artifacts/bin/dotnet-interactive/Debug/net10.0/Microsoft.DotNet.Interactive.App.dll",
2828
"notebook-parser"
2929
],
3030
"editor.formatOnSave": true,

DEVELOPER-GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ If you've made changes to `dotnet-interactive` and want to try them out with Vis
123123
```json
124124
"dotnet-interactive.kernelTransportArgs": [
125125
"{dotnet_path}",
126-
"/PATH/TO/REPO/ROOT/artifacts/bin/dotnet-interactive/Debug/net9.0/Microsoft.DotNet.Interactive.App.dll",
126+
"/PATH/TO/REPO/ROOT/artifacts/bin/dotnet-interactive/Debug/net10.0/Microsoft.DotNet.Interactive.App.dll",
127127
"[vscode]",
128128
"stdio",
129129
"--log-path",
@@ -135,7 +135,7 @@ If you've made changes to `dotnet-interactive` and want to try them out with Vis
135135

136136
"dotnet-interactive.notebookParserArgs": [
137137
"{dotnet_path}",
138-
"/PATH/TO/REPO/ROOT/artifacts/bin/dotnet-interactive/Debug/net9.0/Microsoft.DotNet.Interactive.App.dll",
138+
"/PATH/TO/REPO/ROOT/artifacts/bin/dotnet-interactive/Debug/net10.0/Microsoft.DotNet.Interactive.App.dll",
139139
"notebook-parser",
140140
"--log-path",
141141
"/path/to/a/folder/for/your/parser-logs/",

Directory.Packages.props

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
44
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
5-
<RoslynVersion>4.14.0</RoslynVersion>
5+
<RoslynVersion>5.0.0</RoslynVersion>
66
</PropertyGroup>
77
<PropertyGroup Label="Properties used for generating package references (#r nuget) at runtime. Inlining these might cause some tests to fail.">
88
<HumanizerVersion>2.14.1</HumanizerVersion>
@@ -19,8 +19,8 @@
1919
<PackageVersion Include="DuckDB.NET.Data" Version="1.3.0" />
2020
<PackageVersion Include="AwesomeAssertions.Json" Version="8.0.0" />
2121
<PackageVersion Include="AwesomeAssertions" Version="8.1.0" />
22-
<PackageVersion Include="FSharp.Compiler.Service" Version="43.9.300" />
23-
<PackageVersion Include="FSharp.Core" Version="9.0.300" />
22+
<PackageVersion Include="FSharp.Compiler.Service" Version="43.10.100" />
23+
<PackageVersion Include="FSharp.Core" Version="10.0.100" />
2424
<PackageVersion Include="HtmlAgilityPack" Version="1.11.57" />
2525
<PackageVersion Include="Humanizer.Core" Version="$(HumanizerVersion)" />
2626
<PackageVersion Include="Humanizer" Version="$(HumanizerVersion)" />
@@ -89,13 +89,11 @@
8989
<PackageVersion Include="System.Diagnostics.DiagnosticSource" Version="9.0.6" />
9090
<PackageVersion Include="System.Drawing.Common" Version="9.0.6" />
9191
<PackageVersion Include="System.IO.Pipelines" Version="9.0.6" />
92-
<PackageVersion Include="System.Linq.Async" Version="6.0.1" />
9392
<PackageVersion Include="System.Memory" Version="4.6.3" />
9493
<PackageVersion Include="System.Net.Http" Version="4.3.4" />
9594
<PackageVersion Include="System.Reactive" Version="6.0.0" />
9695
<PackageVersion Include="System.Reflection.Metadata" Version="9.0.6" />
9796
<PackageVersion Include="System.Runtime.Caching" Version="9.0.6" />
98-
<PackageVersion Include="System.Runtime.InteropServices" Version="4.3.0" />
9997
<PackageVersion Include="System.Runtime.Loader" Version="4.3.0" />
10098
<PackageVersion Include="System.Security.Cryptography.Pkcs" Version="9.0.6" />
10199
<PackageVersion Include="System.Security.Cryptography.X509Certificates" Version="4.3.2" />

eng/AfterSolutionBuild.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
<ItemGroup>
4444
<SymbolPackageWithBadFiles Include="$(ArtifactsShippingPackagesDir)\Microsoft.dotnet-interactive.*.symbols.nupkg" />
4545

46-
<SymbolPackageFilesToStrip Include="tools/net9.0/any/runtimes/linux-musl-x64/native/libpsl-native.so" />
47-
<SymbolPackageFilesToStrip Include="tools/net9.0/any/runtimes/linux-x64/native/libmi.so" />
46+
<SymbolPackageFilesToStrip Include="tools/net10.0/any/runtimes/linux-musl-x64/native/libpsl-native.so" />
47+
<SymbolPackageFilesToStrip Include="tools/net10.0/any/runtimes/linux-x64/native/libmi.so" />
4848
</ItemGroup>
4949
<PropertyGroup>
5050
<PackageTempPath>$([System.IO.Path]::GetTempPath())/$([System.Guid]::NewGuid())</PackageTempPath>

eng/perf-tests/perf-tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net9.0</TargetFramework>
4+
<TargetFramework>net10.0</TargetFramework>
55
<OutputType>Exe</OutputType>
66
<RootNamespace>PerfTests</RootNamespace>
77
<NoWarn>$(NoWarn);CS8032</NoWarn><!-- An instance of analyzer...cannot be created -->

global.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"sdk": {
3-
"version": "9.0.111",
3+
"version": "10.0.100",
44
"rollForward": "latestMinor",
55
"allowPrerelease": false
66
},
77
"tools": {
8-
"dotnet": "9.0.111",
8+
"dotnet": "10.0.100",
99
"rollForward": "latestMinor"
1010
},
1111
"msbuild-sdks": {
12-
"Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.25504.1",
12+
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.25475.3",
1313
"Microsoft.Build.NoTargets": "3.7.0"
1414
}
1515
}

samples/connect-wpf/WpfConnect.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFramework>net9.0-windows</TargetFramework>
4+
<TargetFramework>net10.0-windows</TargetFramework>
55
<OutputType>WinExe</OutputType>
66
<UseWPF>true</UseWPF>
77
<DisableArcade>1</DisableArcade>

samples/extensions/ClockExtension/ClockExtension.csproj

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

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<IncludeBuildOutput>true</IncludeBuildOutput>
77
<IsPackable>true</IsPackable>
88
<PackageDescription>Formats dates as an SVG clock in .NET Interactive</PackageDescription>

samples/extensions/Library.InteractiveExtension/Library.InteractiveExtension.csproj

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

77
<PropertyGroup>
88
<OutputType>Library</OutputType>
9-
<TargetFramework>net9.0</TargetFramework>
9+
<TargetFramework>net10.0</TargetFramework>
1010
</PropertyGroup>
1111

1212
</Project>

samples/extensions/Library.nuget/Library.nuget.csproj

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

33
<PropertyGroup>
44
<OutputType>Library</OutputType>
5-
<TargetFramework>net9.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<IncludeBuildOutput>false</IncludeBuildOutput>
77

88
<PackageId>Library</PackageId>

0 commit comments

Comments
 (0)