这是indexloc提供的服务,不要输入任何密码
Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ variables:
- name: _DotNetArtifactsCategory
value: .NETCore
- name: DotNetSdkVersion
value: '6.0.101'
value: '6.0.402'
- name: NodeJSVersion
value: '16.13.0'
- name: TryDotNetPackagesPath
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"sdk": {
"version": "6.0.101",
"version": "6.0.402",
"rollForward": "latestMinor"
},
"tools": {
"dotnet": "6.0.101",
"dotnet": "6.0.402",
"rollForward": "latestMinor"
},
"msbuild-sdks": {
Expand Down
2 changes: 1 addition & 1 deletion src/Microsoft.TryDotNet/Microsoft.TryDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.DotNet.Interactive.CSharpProject" Version="1.0.0-beta.22510.1" />
<PackageReference Include="Microsoft.DotNet.Interactive.CSharpProject" Version="1.0.0-beta.22524.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Server" Version="6.0.6" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
Expand Down
14 changes: 7 additions & 7 deletions src/microsoft-trydotnet-editor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/microsoft-trydotnet-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"webpack-cli": "4.10.0"
},
"dependencies": {
"@microsoft/dotnet-interactive": "1.0.351001",
"@microsoft/dotnet-interactive": "1.0.352401",
"monaco-editor": "0.33.0",
"rxjs": "7.5.5"
},
Expand Down
26 changes: 13 additions & 13 deletions src/microsoft-trydotnet/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/microsoft-trydotnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"dependencies": {
"es6-promise": "4.2.8",
"rxjs": "7.5.5",
"@microsoft/dotnet-interactive": "1.0.351001"
"@microsoft/dotnet-interactive": "1.0.352401"
},
"mocha": {
"ui": "bdd",
Expand Down