Skip to content

Commit

Permalink
Update BuildHost STJ to 8.0.4
Browse files Browse the repository at this point in the history
Update STJ shipping with InteractiveHost to 8.0.4

Binding redirect is auto-generated for netfx buildhost and interactive host
  • Loading branch information
tmat committed May 9, 2024
1 parent f537451 commit 6f65bfc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<add key="vs-impl" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json" />
<add key="vs-impl-archived" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl-archived/nuget/v3/index.json" />
<add key="vs-buildservices" value="https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-buildservices/nuget/v3/index.json" />
<add key="darc-int-dotnet-runtime" value="https://pkgs.dev.azure.com/dnceng/internal/_packaging/darc-int-dotnet-runtime-fa5b0d8f/nuget/v3/index.json" />
</packageSources>
<disabledPackageSources>
<clear />
Expand Down
2 changes: 2 additions & 0 deletions src/Interactive/HostProcess/x64/InteractiveHost64.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
<ProjectReference Include="..\..\Host\Microsoft.CodeAnalysis.InteractiveHost.csproj" />
<Content Include="..\App.config" />
<Compile Include="..\InteractiveHostEntryPoint.cs" />

<PackageReference Include="System.Text.Json" VersionOverride="8.0.4" />
</ItemGroup>

<Target Name="PublishProjectOutputGroup" DependsOnTargets="Publish" Returns="@(_PublishedFiles)">
Expand Down
2 changes: 2 additions & 0 deletions src/Interactive/HostProcess/x86/InteractiveHost32.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
<ProjectReference Include="..\..\Host\Microsoft.CodeAnalysis.InteractiveHost.csproj" />
<Content Include="..\App.config" />
<Compile Include="..\InteractiveHostEntryPoint.cs" />

<PackageReference Include="System.Text.Json" VersionOverride="8.0.4" />
</ItemGroup>

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<PackageReference Include="Microsoft.Build.Framework" VersionOverride="17.3.2" ExcludeAssets="Runtime" />
<PackageReference Include="Microsoft.Build.Tasks.Core" VersionOverride="17.3.2" ExcludeAssets="Runtime" PrivateAssets="All" />
<PackageReference Include="Microsoft.Build.Locator" PrivateAssets="All" />
<PackageReference Include="System.Text.Json" />
<PackageReference Include="System.Text.Json" VersionOverride="8.0.4" PrivateAssets="All" Condition="'$(DotnetBuildFromSource)' != 'true'"/>
<PackageReference Include="System.CommandLine" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" />
<PackageReference Include="Newtonsoft.Json" />
Expand Down

0 comments on commit 6f65bfc

Please sign in to comment.