metadata files
parent
12a3f3aa69
commit
7e72b40e46
|
@ -0,0 +1,10 @@
|
||||||
|
<Project>
|
||||||
|
<Import Project="dependencies.props" />
|
||||||
|
<PropertyGroup>
|
||||||
|
<Version>1.0.0.0</Version>
|
||||||
|
<Authors>Tudor Stanciu</Authors>
|
||||||
|
<Company>STA</Company>
|
||||||
|
<PackageTags>NetworkResurrector</PackageTags>
|
||||||
|
<Copyright>STA Network resurrector</Copyright>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
|
@ -9,6 +9,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
.gitattributes = .gitattributes
|
.gitattributes = .gitattributes
|
||||||
.gitignore = .gitignore
|
.gitignore = .gitignore
|
||||||
|
dependencies.props = dependencies.props
|
||||||
|
Directory.Build.props = Directory.Build.props
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkResurrector.Application", "NetworkResurrector.Application\NetworkResurrector.Application.csproj", "{15D65D65-CC96-45DE-8590-AF9132889D98}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NetworkResurrector.Application", "NetworkResurrector.Application\NetworkResurrector.Application.csproj", "{15D65D65-CC96-45DE-8590-AF9132889D98}"
|
||||||
|
|
|
@ -0,0 +1,14 @@
|
||||||
|
<Project>
|
||||||
|
<PropertyGroup Label="Package Versions">
|
||||||
|
<MicrosoftExtensionsPackageVersion>3.1.3</MicrosoftExtensionsPackageVersion>
|
||||||
|
<SerilogPackageVersion>3.2.0</SerilogPackageVersion>
|
||||||
|
<SerilogExtensionsPackageVersion>3.0.1</SerilogExtensionsPackageVersion>
|
||||||
|
<SerilogSinksConsolePackageVersion>3.1.1</SerilogSinksConsolePackageVersion>
|
||||||
|
<SerilogSinksMSSqlServerPackageVersion>5.2.0</SerilogSinksMSSqlServerPackageVersion>
|
||||||
|
<AutoMapperPackageVersion>9.0.0</AutoMapperPackageVersion>
|
||||||
|
<AutoMapperExtensionsPackageVersion>7.0.0</AutoMapperExtensionsPackageVersion>
|
||||||
|
<MediatRPackageVersion>6.0.0</MediatRPackageVersion>
|
||||||
|
<SwashbucklePackageVersion>5.3.1</SwashbucklePackageVersion>
|
||||||
|
<EntityFrameworkCorePackageVersion>3.1.3</EntityFrameworkCorePackageVersion>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
Loading…
Reference in New Issue