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