Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
backend
apis
Project
Commits
d66b1dcb
Commit
d66b1dcb
authored
Jul 20, 2020
by
Marcel Nellesen
Browse files
Fix: Updated dependencies
parent
26116a20
Changes
8
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d66b1dcb
...
...
@@ -27,4 +27,4 @@ and then trust the generated certificate ```dotnet dev-certs https --trust```
## Testing the new server
The server ist now available under: https://localhost:5001/ (port may be different!)
\ No newline at end of file
The server ist now available under: https://localhost:6000/ (port may be different!)
\ No newline at end of file
src/Project.Tests/DefaultControllerTests.cs
View file @
d66b1dcb
...
...
@@ -94,7 +94,7 @@ namespace Coscine.Api.Project.Tests
var
user
=
new
User
()
{
DisplayName
=
"TestUser"
,
EmailAddress
=
"testUser@test.com"
,
EmailAddress
=
null
,
};
userModel
.
Insert
(
user
);
...
...
src/Project.Tests/Project.Tests.csproj
View file @
d66b1dcb
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"15.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Import
Project=
"..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.props"
Condition=
"Exists('..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.props')"
/>
<Import
Project=
"..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props"
Condition=
"Exists('..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props')"
/>
<Import
Project=
"..\packages\NUnit.3.12.0\build\NUnit.props"
Condition=
"Exists('..\packages\NUnit.3.12.0\build\NUnit.props')"
/>
<Import
Project=
"..\packages\Microsoft.AspNetCore.Mvc.Razor.Extensions.2.2.0\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.props"
Condition=
"Exists('..\packages\Microsoft.AspNetCore.Mvc.Razor.Extensions.2.2.0\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.props')"
/>
<Import
Project=
"..\packages\Microsoft.Extensions.Configuration.UserSecrets.2.2.0\build\netstandard2.0\Microsoft.Extensions.Configuration.UserSecrets.props"
Condition=
"Exists('..\packages\Microsoft.Extensions.Configuration.UserSecrets.2.2.0\build\netstandard2.0\Microsoft.Extensions.Configuration.UserSecrets.props')"
/>
...
...
@@ -56,17 +58,17 @@
<Reference
Include=
"Consul, Version=0.7.2.6, Culture=neutral, PublicKeyToken=20a6ad9a81df1d95, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Consul.0.7.2.6\lib\net45\Consul.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Action, Version=1.1
3
.0.0, Culture=neutral, processorArchitecture=AMD64"
>
<HintPath>
..\packages\Coscine.Action.1.1
3
.0\lib\net461\Coscine.Action.dll
</HintPath>
<Reference
Include=
"Coscine.Action, Version=1.1
4
.0.0, Culture=neutral, processorArchitecture=AMD64"
>
<HintPath>
..\packages\Coscine.Action.1.1
4
.0\lib\net461\Coscine.Action.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.ApiCommons, Version=1.
8
.0.0, Culture=neutral, PublicKeyToken=af4c1345df96546b, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ApiCommons.1.
8
.0\lib\net461\Coscine.ApiCommons.dll
</HintPath>
<Reference
Include=
"Coscine.ApiCommons, Version=1.
9
.0.0, Culture=neutral, PublicKeyToken=af4c1345df96546b, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ApiCommons.1.
9
.0\lib\net461\Coscine.ApiCommons.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Configuration, Version=1.5.0.0, Culture=neutral, PublicKeyToken=ce3d7a32d7dc1e5a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Configuration.1.5.0\lib\net461\Coscine.Configuration.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Database, Version=1.22.
1
.0, Culture=neutral, PublicKeyToken=767d77427707b70a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.1.22.
1
\lib\net461\Coscine.Database.dll
</HintPath>
<Reference
Include=
"Coscine.Database, Version=1.22.
2
.0, Culture=neutral, PublicKeyToken=767d77427707b70a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.1.22.
2
\lib\net461\Coscine.Database.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Logging, Version=1.2.0.0, Culture=neutral, PublicKeyToken=e1ed402bc3f6525e, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Logging.1.2.0\lib\net461\Coscine.Logging.dll
</HintPath>
...
...
@@ -248,6 +250,9 @@
<Reference
Include=
"Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets, Version=2.2.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.2.2.1\lib\netstandard2.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.AspNetCore.StaticFiles, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.AspNetCore.StaticFiles.2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.StaticFiles.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.AspNetCore.WebUtilities, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.AspNetCore.WebUtilities.2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.WebUtilities.dll
</HintPath>
</Reference>
...
...
@@ -308,6 +313,9 @@
<Reference
Include=
"Microsoft.Extensions.FileProviders.Composite, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Extensions.FileProviders.Composite.2.2.0\lib\netstandard2.0\Microsoft.Extensions.FileProviders.Composite.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Extensions.FileProviders.Embedded, Version=1.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Extensions.FileProviders.Embedded.1.0.1\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Embedded.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Extensions.FileProviders.Physical, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Extensions.FileProviders.Physical.2.2.0\lib\netstandard2.0\Microsoft.Extensions.FileProviders.Physical.dll
</HintPath>
</Reference>
...
...
@@ -383,12 +391,18 @@
<Reference
Include=
"Moq, Version=4.13.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Moq.4.13.1\lib\net45\Moq.dll
</HintPath>
</Reference>
<Reference
Include=
"Namotion.Reflection, Version=1.0.11.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Namotion.Reflection.1.0.11\lib\net45\Namotion.Reflection.dll
</HintPath>
</Reference>
<Reference
Include=
"Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll
</HintPath>
</Reference>
<Reference
Include=
"Newtonsoft.Json.Bson, Version=1.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Newtonsoft.Json.Bson.1.0.2\lib\net45\Newtonsoft.Json.Bson.dll
</HintPath>
</Reference>
<Reference
Include=
"NJsonSchema, Version=10.1.23.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NJsonSchema.10.1.23\lib\net45\NJsonSchema.dll
</HintPath>
</Reference>
<Reference
Include=
"NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NLog.4.6.8\lib\net45\NLog.dll
</HintPath>
</Reference>
...
...
@@ -398,6 +412,21 @@
<Reference
Include=
"NLog.Web.AspNetCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NLog.Web.AspNetCore.4.9.0\lib\net461\NLog.Web.AspNetCore.dll
</HintPath>
</Reference>
<Reference
Include=
"NSwag.Annotations, Version=13.6.2.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NSwag.Annotations.13.6.2\lib\net45\NSwag.Annotations.dll
</HintPath>
</Reference>
<Reference
Include=
"NSwag.AspNetCore, Version=13.6.2.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NSwag.AspNetCore.13.6.2\lib\net451\NSwag.AspNetCore.dll
</HintPath>
</Reference>
<Reference
Include=
"NSwag.Core, Version=13.6.2.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NSwag.Core.13.6.2\lib\net45\NSwag.Core.dll
</HintPath>
</Reference>
<Reference
Include=
"NSwag.Generation, Version=13.6.2.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NSwag.Generation.13.6.2\lib\net45\NSwag.Generation.dll
</HintPath>
</Reference>
<Reference
Include=
"NSwag.Generation.AspNetCore, Version=13.6.2.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NSwag.Generation.AspNetCore.13.6.2\lib\net451\NSwag.Generation.AspNetCore.dll
</HintPath>
</Reference>
<Reference
Include=
"nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll
</HintPath>
</Reference>
...
...
@@ -638,9 +667,15 @@
<Error
Condition=
"!Exists('..\packages\Microsoft.AspNetCore.Server.IIS.2.2.2\build\netstandard2.0\Microsoft.AspNetCore.Server.IIS.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.AspNetCore.Server.IIS.2.2.2\build\netstandard2.0\Microsoft.AspNetCore.Server.IIS.targets'))"
/>
<Error
Condition=
"!Exists('..\packages\Microsoft.AspNetCore.Server.IISIntegration.2.2.1\build\netstandard2.0\Microsoft.AspNetCore.Server.IISIntegration.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.AspNetCore.Server.IISIntegration.2.2.1\build\netstandard2.0\Microsoft.AspNetCore.Server.IISIntegration.targets'))"
/>
<Error
Condition=
"!Exists('..\packages\NUnit.3.12.0\build\NUnit.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.12.0\build\NUnit.props'))"
/>
<Error
Condition=
"!Exists('..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props'))"
/>
<Error
Condition=
"!Exists('..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets'))"
/>
<Error
Condition=
"!Exists('..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.props'))"
/>
<Error
Condition=
"!Exists('..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.targets'))"
/>
</Target>
<Import
Project=
"..\packages\Microsoft.Extensions.Configuration.UserSecrets.2.2.0\build\netstandard2.0\Microsoft.Extensions.Configuration.UserSecrets.targets"
Condition=
"Exists('..\packages\Microsoft.Extensions.Configuration.UserSecrets.2.2.0\build\netstandard2.0\Microsoft.Extensions.Configuration.UserSecrets.targets')"
/>
<Import
Project=
"..\packages\Microsoft.AspNetCore.Mvc.Razor.Extensions.2.2.0\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.targets"
Condition=
"Exists('..\packages\Microsoft.AspNetCore.Mvc.Razor.Extensions.2.2.0\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.targets')"
/>
<Import
Project=
"..\packages\Microsoft.AspNetCore.Server.IIS.2.2.2\build\netstandard2.0\Microsoft.AspNetCore.Server.IIS.targets"
Condition=
"Exists('..\packages\Microsoft.AspNetCore.Server.IIS.2.2.2\build\netstandard2.0\Microsoft.AspNetCore.Server.IIS.targets')"
/>
<Import
Project=
"..\packages\Microsoft.AspNetCore.Server.IISIntegration.2.2.1\build\netstandard2.0\Microsoft.AspNetCore.Server.IISIntegration.targets"
Condition=
"Exists('..\packages\Microsoft.AspNetCore.Server.IISIntegration.2.2.1\build\netstandard2.0\Microsoft.AspNetCore.Server.IISIntegration.targets')"
/>
<Import
Project=
"..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets"
Condition=
"Exists('..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets')"
/>
<Import
Project=
"..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.targets"
Condition=
"Exists('..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.targets')"
/>
</Project>
\ No newline at end of file
src/Project.Tests/app.config
View file @
d66b1dcb
...
...
@@ -88,7 +88,7 @@
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Coscine.Database"
publicKeyToken
=
"767d77427707b70a"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.22.
1
.0"
newVersion
=
"1.22.
1
.0"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.22.
2
.0"
newVersion
=
"1.22.
2
.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"System.IdentityModel.Tokens.Jwt"
publicKeyToken
=
"31bf3856ad364e35"
culture
=
"neutral"
/>
...
...
@@ -154,6 +154,34 @@
<
assemblyIdentity
name
=
"Coscine.Configuration"
publicKeyToken
=
"ce3d7a32d7dc1e5a"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.5.0.0"
newVersion
=
"1.5.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.Extensions.FileProviders.Abstractions"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.AspNetCore.Authorization"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.AspNetCore.Mvc.ApiExplorer"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.Extensions.Options"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.AspNetCore.Mvc.Abstractions"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.AspNetCore.Mvc.Formatters.Json"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.AspNetCore.StaticFiles"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
</
dependentAssembly
>
</
assemblyBinding
>
</
runtime
>
<
entityFramework
>
...
...
src/Project.Tests/packages.config
View file @
d66b1dcb
...
...
@@ -4,10 +4,10 @@
<
package
id
=
"AutoMapper.Extensions.Microsoft.DependencyInjection"
version
=
"6.0.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Castle.Core"
version
=
"4.4.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Consul"
version
=
"0.7.2.6"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Action"
version
=
"1.1
3
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ApiCommons"
version
=
"1.
8
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Action"
version
=
"1.1
4
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ApiCommons"
version
=
"1.
9
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Configuration"
version
=
"1.5.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Database"
version
=
"1.22.
1
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Database"
version
=
"1.22.
2
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Logging"
version
=
"1.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ProxyApi"
version
=
"1.2.1"
targetFramework
=
"net472"
/>
<
package
id
=
"EntityFramework"
version
=
"6.2.0"
targetFramework
=
"net472"
/>
...
...
@@ -71,6 +71,7 @@
<
package
id
=
"Microsoft.AspNetCore.Server.Kestrel.Https"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets"
version
=
"2.2.1"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.AspNetCore.StaticFiles"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.AspNetCore.WebUtilities"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.CodeAnalysis.Analyzers"
version
=
"2.9.2"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.CodeAnalysis.Common"
version
=
"3.0.0"
targetFramework
=
"net472"
/>
...
...
@@ -79,6 +80,7 @@
<
package
id
=
"Microsoft.CSharp"
version
=
"4.5.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.DiaSymReader.Native"
version
=
"1.7.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.DotNet.PlatformAbstractions"
version
=
"2.1.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.ApiDescription.Server"
version
=
"3.0.0"
targetFramework
=
"net472"
developmentDependency
=
"true"
/>
<
package
id
=
"Microsoft.Extensions.Caching.Abstractions"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.Caching.Memory"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.Configuration"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
...
...
@@ -94,6 +96,7 @@
<
package
id
=
"Microsoft.Extensions.DependencyModel"
version
=
"2.1.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.FileProviders.Abstractions"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.FileProviders.Composite"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.FileProviders.Embedded"
version
=
"1.0.1"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.FileProviders.Physical"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.FileSystemGlobbing"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.Hosting.Abstractions"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
...
...
@@ -119,13 +122,20 @@
<
package
id
=
"Microsoft.Net.Http.Headers"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Win32.Registry"
version
=
"4.5.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Moq"
version
=
"4.13.1"
targetFramework
=
"net472"
/>
<
package
id
=
"Namotion.Reflection"
version
=
"1.0.11"
targetFramework
=
"net472"
/>
<
package
id
=
"Newtonsoft.Json"
version
=
"12.0.3"
targetFramework
=
"net472"
/>
<
package
id
=
"Newtonsoft.Json.Bson"
version
=
"1.0.2"
targetFramework
=
"net472"
/>
<
package
id
=
"NJsonSchema"
version
=
"10.1.23"
targetFramework
=
"net472"
/>
<
package
id
=
"NLog"
version
=
"4.6.8"
targetFramework
=
"net472"
/>
<
package
id
=
"NLog.Config"
version
=
"4.6.8"
targetFramework
=
"net472"
/>
<
package
id
=
"NLog.Extensions.Logging"
version
=
"1.6.1"
targetFramework
=
"net472"
/>
<
package
id
=
"NLog.Schema"
version
=
"4.6.8"
targetFramework
=
"net472"
/>
<
package
id
=
"NLog.Web.AspNetCore"
version
=
"4.9.0"
targetFramework
=
"net472"
/>
<
package
id
=
"NSwag.Annotations"
version
=
"13.6.2"
targetFramework
=
"net472"
/>
<
package
id
=
"NSwag.AspNetCore"
version
=
"13.6.2"
targetFramework
=
"net472"
/>
<
package
id
=
"NSwag.Core"
version
=
"13.6.2"
targetFramework
=
"net472"
/>
<
package
id
=
"NSwag.Generation"
version
=
"13.6.2"
targetFramework
=
"net472"
/>
<
package
id
=
"NSwag.Generation.AspNetCore"
version
=
"13.6.2"
targetFramework
=
"net472"
/>
<
package
id
=
"NUnit"
version
=
"3.12.0"
targetFramework
=
"net472"
/>
<
package
id
=
"NUnit3TestAdapter"
version
=
"3.13.0"
targetFramework
=
"net472"
/>
<
package
id
=
"OpenLink.Data.Virtuoso"
version
=
"7.20.3214.1"
targetFramework
=
"net472"
/>
...
...
src/Project/App.config
View file @
d66b1dcb
...
...
@@ -91,7 +91,7 @@
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Coscine.Database"
publicKeyToken
=
"767d77427707b70a"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.22.
1
.0"
newVersion
=
"1.22.
1
.0"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.22.
2
.0"
newVersion
=
"1.22.
2
.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"System.IdentityModel.Tokens.Jwt"
publicKeyToken
=
"31bf3856ad364e35"
culture
=
"neutral"
/>
...
...
@@ -157,6 +157,34 @@
<
assemblyIdentity
name
=
"Coscine.Configuration"
publicKeyToken
=
"ce3d7a32d7dc1e5a"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.5.0.0"
newVersion
=
"1.5.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.Extensions.FileProviders.Abstractions"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.AspNetCore.Authorization"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.AspNetCore.Mvc.ApiExplorer"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.Extensions.Options"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.AspNetCore.Mvc.Abstractions"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.AspNetCore.Mvc.Formatters.Json"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Microsoft.AspNetCore.StaticFiles"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
</
dependentAssembly
>
</
assemblyBinding
>
</
runtime
>
<
entityFramework
>
...
...
src/Project/Project.csproj
View file @
d66b1dcb
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"15.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Import
Project=
"..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.props"
Condition=
"Exists('..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.props')"
/>
<Import
Project=
"..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props"
Condition=
"Exists('..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props')"
/>
<Import
Project=
"..\packages\NUnit.3.12.0\build\NUnit.props"
Condition=
"Exists('..\packages\NUnit.3.12.0\build\NUnit.props')"
/>
<Import
Project=
"..\packages\linq2db.t4models.2.6.4\build\linq2db.t4models.props"
Condition=
"Exists('..\packages\linq2db.t4models.2.6.4\build\linq2db.t4models.props')"
/>
<Import
Project=
"..\packages\linq2db.SqlServer.2.6.4\build\linq2db.SqlServer.props"
Condition=
"Exists('..\packages\linq2db.SqlServer.2.6.4\build\linq2db.SqlServer.props')"
/>
...
...
@@ -49,17 +51,17 @@
<Reference
Include=
"Consul, Version=0.7.2.6, Culture=neutral, PublicKeyToken=20a6ad9a81df1d95, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Consul.0.7.2.6\lib\net45\Consul.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Action, Version=1.1
3
.0.0, Culture=neutral, processorArchitecture=AMD64"
>
<HintPath>
..\packages\Coscine.Action.1.1
3
.0\lib\net461\Coscine.Action.dll
</HintPath>
<Reference
Include=
"Coscine.Action, Version=1.1
4
.0.0, Culture=neutral, processorArchitecture=AMD64"
>
<HintPath>
..\packages\Coscine.Action.1.1
4
.0\lib\net461\Coscine.Action.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.ApiCommons, Version=1.
8
.0.0, Culture=neutral, PublicKeyToken=af4c1345df96546b, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ApiCommons.1.
8
.0\lib\net461\Coscine.ApiCommons.dll
</HintPath>
<Reference
Include=
"Coscine.ApiCommons, Version=1.
9
.0.0, Culture=neutral, PublicKeyToken=af4c1345df96546b, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.ApiCommons.1.
9
.0\lib\net461\Coscine.ApiCommons.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Configuration, Version=1.5.0.0, Culture=neutral, PublicKeyToken=ce3d7a32d7dc1e5a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Configuration.1.5.0\lib\net461\Coscine.Configuration.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Database, Version=1.22.
1
.0, Culture=neutral, PublicKeyToken=767d77427707b70a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.1.22.
1
\lib\net461\Coscine.Database.dll
</HintPath>
<Reference
Include=
"Coscine.Database, Version=1.22.
2
.0, Culture=neutral, PublicKeyToken=767d77427707b70a, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Database.1.22.
2
\lib\net461\Coscine.Database.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Logging, Version=1.2.0.0, Culture=neutral, PublicKeyToken=e1ed402bc3f6525e, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Coscine.Logging.1.2.0\lib\net461\Coscine.Logging.dll
</HintPath>
...
...
@@ -242,6 +244,9 @@
<Reference
Include=
"Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets, Version=2.2.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.2.2.1\lib\netstandard2.0\Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.AspNetCore.StaticFiles, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.AspNetCore.StaticFiles.2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.StaticFiles.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.AspNetCore.WebUtilities, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.AspNetCore.WebUtilities.2.2.0\lib\netstandard2.0\Microsoft.AspNetCore.WebUtilities.dll
</HintPath>
</Reference>
...
...
@@ -306,6 +311,9 @@
<Reference
Include=
"Microsoft.Extensions.FileProviders.Composite, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Extensions.FileProviders.Composite.2.2.0\lib\netstandard2.0\Microsoft.Extensions.FileProviders.Composite.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Extensions.FileProviders.Embedded, Version=1.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Extensions.FileProviders.Embedded.1.0.1\lib\netstandard1.0\Microsoft.Extensions.FileProviders.Embedded.dll
</HintPath>
</Reference>
<Reference
Include=
"Microsoft.Extensions.FileProviders.Physical, Version=2.2.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Microsoft.Extensions.FileProviders.Physical.2.2.0\lib\netstandard2.0\Microsoft.Extensions.FileProviders.Physical.dll
</HintPath>
</Reference>
...
...
@@ -381,6 +389,9 @@
<Reference
Include=
"Moq, Version=4.13.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Moq.4.13.1\lib\net45\Moq.dll
</HintPath>
</Reference>
<Reference
Include=
"Namotion.Reflection, Version=1.0.11.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Namotion.Reflection.1.0.11\lib\net45\Namotion.Reflection.dll
</HintPath>
</Reference>
<Reference
Include=
"Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"
>
<HintPath>
..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll
</HintPath>
</Reference>
...
...
@@ -388,6 +399,9 @@
<HintPath>
..\packages\Newtonsoft.Json.Bson.1.0.2\lib\net45\Newtonsoft.Json.Bson.dll
</HintPath>
<Private>
True
</Private>
</Reference>
<Reference
Include=
"NJsonSchema, Version=10.1.23.0, Culture=neutral, PublicKeyToken=c2f9c3bdfae56102, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NJsonSchema.10.1.23\lib\net45\NJsonSchema.dll
</HintPath>
</Reference>
<Reference
Include=
"NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NLog.4.6.8\lib\net45\NLog.dll
</HintPath>
</Reference>
...
...
@@ -397,6 +411,21 @@
<Reference
Include=
"NLog.Web.AspNetCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NLog.Web.AspNetCore.4.9.0\lib\net461\NLog.Web.AspNetCore.dll
</HintPath>
</Reference>
<Reference
Include=
"NSwag.Annotations, Version=13.6.2.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NSwag.Annotations.13.6.2\lib\net45\NSwag.Annotations.dll
</HintPath>
</Reference>
<Reference
Include=
"NSwag.AspNetCore, Version=13.6.2.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NSwag.AspNetCore.13.6.2\lib\net451\NSwag.AspNetCore.dll
</HintPath>
</Reference>
<Reference
Include=
"NSwag.Core, Version=13.6.2.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NSwag.Core.13.6.2\lib\net45\NSwag.Core.dll
</HintPath>
</Reference>
<Reference
Include=
"NSwag.Generation, Version=13.6.2.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NSwag.Generation.13.6.2\lib\net45\NSwag.Generation.dll
</HintPath>
</Reference>
<Reference
Include=
"NSwag.Generation.AspNetCore, Version=13.6.2.0, Culture=neutral, PublicKeyToken=c2d88086e098d109, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NSwag.Generation.AspNetCore.13.6.2\lib\net451\NSwag.Generation.AspNetCore.dll
</HintPath>
</Reference>
<Reference
Include=
"nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL"
>
<HintPath>
..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll
</HintPath>
</Reference>
...
...
@@ -644,9 +673,15 @@
<Error
Condition=
"!Exists('..\packages\linq2db.SqlServer.2.6.4\build\linq2db.SqlServer.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\linq2db.SqlServer.2.6.4\build\linq2db.SqlServer.props'))"
/>
<Error
Condition=
"!Exists('..\packages\linq2db.t4models.2.6.4\build\linq2db.t4models.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\linq2db.t4models.2.6.4\build\linq2db.t4models.props'))"
/>
<Error
Condition=
"!Exists('..\packages\NUnit.3.12.0\build\NUnit.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\NUnit.3.12.0\build\NUnit.props'))"
/>
<Error
Condition=
"!Exists('..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props'))"
/>
<Error
Condition=
"!Exists('..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets'))"
/>
<Error
Condition=
"!Exists('..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.props')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.props'))"
/>
<Error
Condition=
"!Exists('..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', '..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.targets'))"
/>
</Target>
<Import
Project=
"..\packages\Microsoft.Extensions.Configuration.UserSecrets.2.2.0\build\netstandard2.0\Microsoft.Extensions.Configuration.UserSecrets.targets"
Condition=
"Exists('..\packages\Microsoft.Extensions.Configuration.UserSecrets.2.2.0\build\netstandard2.0\Microsoft.Extensions.Configuration.UserSecrets.targets')"
/>
<Import
Project=
"..\packages\Microsoft.AspNetCore.Server.IIS.2.2.2\build\netstandard2.0\Microsoft.AspNetCore.Server.IIS.targets"
Condition=
"Exists('..\packages\Microsoft.AspNetCore.Server.IIS.2.2.2\build\netstandard2.0\Microsoft.AspNetCore.Server.IIS.targets')"
/>
<Import
Project=
"..\packages\Microsoft.AspNetCore.Server.IISIntegration.2.2.1\build\netstandard2.0\Microsoft.AspNetCore.Server.IISIntegration.targets"
Condition=
"Exists('..\packages\Microsoft.AspNetCore.Server.IISIntegration.2.2.1\build\netstandard2.0\Microsoft.AspNetCore.Server.IISIntegration.targets')"
/>
<Import
Project=
"..\packages\Microsoft.AspNetCore.Mvc.Razor.Extensions.2.2.0\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.targets"
Condition=
"Exists('..\packages\Microsoft.AspNetCore.Mvc.Razor.Extensions.2.2.0\build\netstandard2.0\Microsoft.AspNetCore.Mvc.Razor.Extensions.targets')"
/>
<Import
Project=
"..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets"
Condition=
"Exists('..\packages\Microsoft.Extensions.ApiDescription.Server.3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets')"
/>
<Import
Project=
"..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.targets"
Condition=
"Exists('..\packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.targets')"
/>
</Project>
\ No newline at end of file
src/Project/packages.config
View file @
d66b1dcb
...
...
@@ -4,10 +4,10 @@
<
package
id
=
"AutoMapper.Extensions.Microsoft.DependencyInjection"
version
=
"6.0.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Castle.Core"
version
=
"4.4.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Consul"
version
=
"0.7.2.6"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Action"
version
=
"1.1
3
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ApiCommons"
version
=
"1.
8
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Action"
version
=
"1.1
4
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ApiCommons"
version
=
"1.
9
.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Configuration"
version
=
"1.5.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Database"
version
=
"1.22.
1
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Database"
version
=
"1.22.
2
"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.Logging"
version
=
"1.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Coscine.ProxyApi"
version
=
"1.2.1"
targetFramework
=
"net472"
/>
<
package
id
=
"EntityFramework"
version
=
"6.2.0"
targetFramework
=
"net472"
/>
...
...
@@ -71,6 +71,7 @@
<
package
id
=
"Microsoft.AspNetCore.Server.Kestrel.Https"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets"
version
=
"2.2.1"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.AspNetCore.StaticFiles"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.AspNetCore.WebUtilities"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.CodeAnalysis.Analyzers"
version
=
"2.9.2"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.CodeAnalysis.Common"
version
=
"3.0.0"
targetFramework
=
"net472"
/>
...
...
@@ -79,6 +80,7 @@
<
package
id
=
"Microsoft.CSharp"
version
=
"4.5.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.DiaSymReader.Native"
version
=
"1.7.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.DotNet.PlatformAbstractions"
version
=
"2.1.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.ApiDescription.Server"
version
=
"3.0.0"
targetFramework
=
"net472"
developmentDependency
=
"true"
/>
<
package
id
=
"Microsoft.Extensions.Caching.Abstractions"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.Caching.Memory"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.Configuration"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
...
...
@@ -94,6 +96,7 @@
<
package
id
=
"Microsoft.Extensions.DependencyModel"
version
=
"2.1.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.FileProviders.Abstractions"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.FileProviders.Composite"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.FileProviders.Embedded"
version
=
"1.0.1"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.FileProviders.Physical"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.FileSystemGlobbing"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Extensions.Hosting.Abstractions"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
...
...
@@ -119,13 +122,20 @@
<
package
id
=
"Microsoft.Net.Http.Headers"
version
=
"2.2.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Microsoft.Win32.Registry"
version
=
"4.5.0"
targetFramework
=
"net472"
/>
<
package
id
=
"Moq"
version
=
"4.13.1"
targetFramework
=
"net472"
/>
<
package
id
=
"Namotion.Reflection"
version
=
"1.0.11"
targetFramework
=
"net472"
/>
<
package
id
=
"Newtonsoft.Json"
version
=
"12.0.3"
targetFramework
=
"net472"
/>
<
package
id
=
"Newtonsoft.Json.Bson"
version
=
"1.0.2"
targetFramework
=
"net472"
/>
<
package
id
=
"NJsonSchema"
version
=
"10.1.23"
targetFramework
=
"net472"
/>
<
package
id
=
"NLog"
version
=
"4.6.8"
targetFramework
=
"net472"
/>
<
package
id
=
"NLog.Config"
version
=
"4.6.8"
targetFramework
=
"net472"
/>
<
package
id
=
"NLog.Extensions.Logging"
version
=
"1.6.1"
targetFramework
=
"net472"
/>
<
package
id
=
"NLog.Schema"
version
=
"4.6.8"
targetFramework
=
"net472"
/>
<
package
id
=
"NLog.Web.AspNetCore"
version
=
"4.9.0"
targetFramework
=
"net472"
/>
<
package
id
=
"NSwag.Annotations"
version
=
"13.6.2"
targetFramework
=
"net472"
/>
<
package
id
=
"NSwag.AspNetCore"
version
=
"13.6.2"
targetFramework
=
"net472"
/>
<
package
id
=
"NSwag.Core"
version
=
"13.6.2"
targetFramework
=
"net472"
/>
<
package
id
=
"NSwag.Generation"
version
=
"13.6.2"
targetFramework
=
"net472"
/>
<
package
id
=
"NSwag.Generation.AspNetCore"
version
=
"13.6.2"
targetFramework
=
"net472"
/>
<
package
id
=
"NUnit"
version
=
"3.12.0"
targetFramework
=
"net472"
/>
<
package
id
=
"OpenLink.Data.Virtuoso"
version
=
"7.20.3214.1"
targetFramework
=
"net472"
/>
<
package
id
=
"System.AppContext"
version
=
"4.3.0"
targetFramework
=
"net472"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment