From 778ff47236a2fdef956c1da3bd5e78690137179b Mon Sep 17 00:00:00 2001 From: Tudor Stanciu Date: Wed, 18 Jan 2023 00:00:48 +0200 Subject: [PATCH] dependencies.props --- Correo.sln | 2 ++ dependencies.props | 12 ++++++++++++ directory.build.props | 10 ++++++++++ 3 files changed, 24 insertions(+) create mode 100644 dependencies.props create mode 100644 directory.build.props diff --git a/Correo.sln b/Correo.sln index 7095208..017368f 100644 --- a/Correo.sln +++ b/Correo.sln @@ -11,6 +11,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution items", "solution ProjectSection(SolutionItems) = preProject .gitattributes = .gitattributes .gitignore = .gitignore + dependencies.props = dependencies.props + directory.build.props = directory.build.props LICENSE.txt = LICENSE.txt nuget.config = nuget.config README.md = README.md diff --git a/dependencies.props b/dependencies.props new file mode 100644 index 0000000..1249227 --- /dev/null +++ b/dependencies.props @@ -0,0 +1,12 @@ + + + 6.0.0 + 6.1.0 + 4.0.1 + 5.5.0 + 10.1.1 + 8.1.1 + 9.0.0 + 1.0.6 + + \ No newline at end of file diff --git a/directory.build.props b/directory.build.props new file mode 100644 index 0000000..db94b97 --- /dev/null +++ b/directory.build.props @@ -0,0 +1,10 @@ + + + + 1.0.0 + Tudor Stanciu + STA + Correo + STA Correo + + \ No newline at end of file