Skip to content

Commit 656dbf8

Browse files
Update dotnet monorepo
1 parent f4e34a0 commit 656dbf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"sdk": {
33
"allowPrerelease": true,
4-
"version": "9.0.101",
4+
"version": "9.0.300",
55
"rollForward": "latestFeature"
66
}
77
}

src/Tasks/Tasks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</ItemGroup>
3737

3838
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETCoreApp'">
39-
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.0" CopyLocal="false" Publish="false" PrivateAssets="All" />
39+
<PackageReference Include="System.Text.Encoding.CodePages" Version="9.0.6" CopyLocal="false" Publish="false" PrivateAssets="All" />
4040
</ItemGroup>
4141
<Target Name="RemoveMicrosoftBuildDllsFromOutput" AfterTargets="ResolveReferences">
4242
<PropertyGroup>

0 commit comments

Comments
 (0)