diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..9f04ccb --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,10 @@ + + + + 1.0.0.0 + Tudor Stanciu + STA + NetworkResurrector + STA Network resurrector + + \ No newline at end of file diff --git a/NetworkResurrector.sln b/NetworkResurrector.sln index d673676..7179bee 100644 --- a/NetworkResurrector.sln +++ b/NetworkResurrector.sln @@ -9,6 +9,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 EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkResurrector.Application", "NetworkResurrector.Application\NetworkResurrector.Application.csproj", "{15D65D65-CC96-45DE-8590-AF9132889D98}" diff --git a/dependencies.props b/dependencies.props new file mode 100644 index 0000000..b606756 --- /dev/null +++ b/dependencies.props @@ -0,0 +1,14 @@ + + + 3.1.3 + 3.2.0 + 3.0.1 + 3.1.1 + 5.2.0 + 9.0.0 + 7.0.0 + 6.0.0 + 5.3.1 + 3.1.3 + + \ No newline at end of file