Skip to content

Commit

Permalink
Merge pull request #2704 from dotnet/swift-bindings/cryptokit-example
Browse files Browse the repository at this point in the history
Add experimental Swift bindings for CryptoKit
  • Loading branch information
kotlarmilos authored Oct 9, 2024
2 parents 1fe16aa + 403f108 commit 855a05b
Show file tree
Hide file tree
Showing 7 changed files with 1,057 additions and 4 deletions.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
<XUnitVersion>2.4.1</XUnitVersion>
<XUnitRunnerVisualStudioVersion>2.4.3</XUnitRunnerVisualStudioVersion>
<!-- Set the custom NETCoreApp version -->
<MicrosoftNETCoreAppVersion>9.0.0-preview.3.24172.9</MicrosoftNETCoreAppVersion>
<MicrosoftNETCoreAppVersion>9.0.0-rc.1.24431.7</MicrosoftNETCoreAppVersion>
</PropertyGroup>
</Project>
6 changes: 3 additions & 3 deletions global.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"sdk": {
"version": "9.0.100-preview.4.24267.66",
"version": "9.0.100-rc.1.24452.12",
"allowPrerelease": true,
"rollForward": "major"
},
"tools": {
"dotnet": "9.0.100-preview.4.24267.66",
"dotnet": "9.0.100-rc.1.24452.12",
"runtimes": {
"dotnet": [
"$(MicrosoftNETCoreAppVersion)"
]
}
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24281.1"
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24474.1"
}
}
Loading

0 comments on commit 855a05b

Please sign in to comment.