Skip to content

Commit 3eacf87

Browse files
committed
Update dotnet monorepo to v9
1 parent 5518e1e commit 3eacf87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Core/Core.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
2020
<PackageReference Include="NLog" Version="5.0.4" />
2121
<PackageReference Include="NTwain" Version="3.7.5" />
22-
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="6.0.0" />
22+
<PackageReference Include="System.Security.Cryptography.ProtectedData" Version="9.0.0" />
2323
</ItemGroup>
2424

2525
<ItemGroup>

global.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "6.0.428",
3+
"version": "9.0.100",
44
"rollForward": "latestMajor",
55
"allowPrerelease": false
66
}

0 commit comments

Comments
 (0)