diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-02 00:08:12 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2022-11-02 00:08:12 +0700 |
commit | f7fae82061d6fdfa4f1616f26e02c3880e03d623 (patch) | |
tree | 9bd89e0c0da446828e6c1f37d0bede446e47a4bc /BouncyCastle.sln | |
parent | Re-add TRACE (diff) | |
download | BouncyCastle.NET-ed25519-f7fae82061d6fdfa4f1616f26e02c3880e03d623.tar.xz |
More release prep.
Diffstat (limited to 'BouncyCastle.sln')
-rw-r--r-- | BouncyCastle.sln | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/BouncyCastle.sln b/BouncyCastle.sln index 506e62ad1..b00aad57a 100644 --- a/BouncyCastle.sln +++ b/BouncyCastle.sln @@ -1,11 +1,13 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.32602.291 +# Visual Studio Version 17 +VisualStudioVersion = 17.3.32929.385 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F8F54480-386E-4CE7-8C0E-537922E2A634}" ProjectSection(SolutionItems) = preProject .gitlab-ci.yml = .gitlab-ci.yml + Directory.Build.props = Directory.Build.props + LICENSE.md = LICENSE.md README.md = README.md version.json = version.json EndProjectSection |