Skip to content

Commit

Permalink
Update dotnet monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 15, 2025
1 parent f4e34a0 commit 4337298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sdk": {
"allowPrerelease": true,
"version": "9.0.101",
"version": "9.0.102",
"rollForward": "latestFeature"
}
}
2 changes: 1 addition & 1 deletion src/Tasks/Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</ItemGroup>

<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp'">
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.0" CopyLocal="false" Publish="false" PrivateAssets="All" />
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.1" CopyLocal="false" Publish="false" PrivateAssets="All" />
</ItemGroup>
<Target Name="RemoveMicrosoftBuildDllsFromOutput" AfterTargets="ResolveReferences">
<PropertyGroup>
Expand Down

0 comments on commit 4337298

Please sign in to comment.