Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
Metadata
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
apis
Metadata
Commits
cc97cc95
Commit
cc97cc95
authored
4 years ago
by
Marcel Nellesen
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Updated dependencies
parent
d2e5e30e
Branches
Sprint/2020-20
Branches containing commit
Tags
Tags containing commit
1 merge request
!26
Sprint/2020 20
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/App.config
+11
-3
11 additions, 3 deletions
src/App.config
src/Metadata.csproj
+19
-12
19 additions, 12 deletions
src/Metadata.csproj
src/packages.config
+5
-5
5 additions, 5 deletions
src/packages.config
with
35 additions
and
20 deletions
src/App.config
+
11
−
3
View file @
cc97cc95
...
@@ -141,7 +141,7 @@
...
@@ -141,7 +141,7 @@
</
dependentAssembly
>
</
dependentAssembly
>
<
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Coscine.Database"
publicKeyToken
=
"767d77427707b70a"
culture
=
"neutral"
/>
<
assemblyIdentity
name
=
"Coscine.Database"
publicKeyToken
=
"767d77427707b70a"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.2
2.2
.0"
newVersion
=
"1.2
2.2
.0"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.2
6.0
.0"
newVersion
=
"1.2
6.0
.0"
/>
</
dependentAssembly
>
</
dependentAssembly
>
<
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"LinqKit"
publicKeyToken
=
"bc217f8844052a91"
culture
=
"neutral"
/>
<
assemblyIdentity
name
=
"LinqKit"
publicKeyToken
=
"bc217f8844052a91"
culture
=
"neutral"
/>
...
@@ -187,6 +187,14 @@
...
@@ -187,6 +187,14 @@
<
assemblyIdentity
name
=
"Microsoft.AspNetCore.StaticFiles"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
assemblyIdentity
name
=
"Microsoft.AspNetCore.StaticFiles"
publicKeyToken
=
"adb9793829ddae60"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-2.2.0.0"
newVersion
=
"2.2.0.0"
/>
</
dependentAssembly
>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"linq2db"
publicKeyToken
=
"e41013125f9e410a"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-3.1.1.0"
newVersion
=
"3.1.1.0"
/>
</
dependentAssembly
>
<
dependentAssembly
>
<
assemblyIdentity
name
=
"Coscine.Database.T4"
publicKeyToken
=
"84b4c404a0696261"
culture
=
"neutral"
/>
<
bindingRedirect
oldVersion
=
"0.0.0.0-1.26.0.0"
newVersion
=
"1.26.0.0"
/>
</
dependentAssembly
>
</
assemblyBinding
>
</
assemblyBinding
>
</
runtime
>
</
runtime
>
</
configuration
>
</
configuration
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/Metadata.csproj
+
19
−
12
View file @
cc97cc95
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project
ToolsVersion=
"15.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Project
ToolsVersion=
"15.0"
xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003"
>
<Import
Project=
"packages\EntityFramework.6.4.4\build\EntityFramework.props"
Condition=
"Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')"
/>
<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\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\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\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.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')"
/>
...
@@ -43,7 +44,7 @@
...
@@ -43,7 +44,7 @@
<DefineConstants>
TRACE
</DefineConstants>
<DefineConstants>
TRACE
</DefineConstants>
<ErrorReport>
prompt
</ErrorReport>
<ErrorReport>
prompt
</ErrorReport>
<WarningLevel>
4
</WarningLevel>
<WarningLevel>
4
</WarningLevel>
<DocumentationFile>
bin\
Debug
\Coscine.Api.Metadata.xml
</DocumentationFile>
<DocumentationFile>
bin\
Release
\Coscine.Api.Metadata.xml
</DocumentationFile>
</PropertyGroup>
</PropertyGroup>
<ItemGroup>
<ItemGroup>
<Reference
Include=
"Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"
>
<Reference
Include=
"Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL"
>
...
@@ -52,20 +53,23 @@
...
@@ -52,20 +53,23 @@
<Reference
Include=
"Consul, Version=0.7.2.6, Culture=neutral, PublicKeyToken=20a6ad9a81df1d95, processorArchitecture=MSIL"
>
<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>
<HintPath>
packages\Consul.0.7.2.6\lib\net45\Consul.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.ApiCommons, Version=1.
9
.0.0, Culture=neutral, PublicKeyToken=af4c1345df96546b, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.ApiCommons, Version=1.
10
.0.0, Culture=neutral, PublicKeyToken=af4c1345df96546b, processorArchitecture=MSIL"
>
<HintPath>
packages\Coscine.ApiCommons.1.
9
.0\lib\net461\Coscine.ApiCommons.dll
</HintPath>
<HintPath>
packages\Coscine.ApiCommons.1.
10
.0\lib\net461\Coscine.ApiCommons.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.Configuration, Version=1.5.0.0, Culture=neutral, PublicKeyToken=ce3d7a32d7dc1e5a, processorArchitecture=MSIL"
>
<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>
<HintPath>
packages\Coscine.Configuration.1.5.0\lib\net461\Coscine.Configuration.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.Database, Version=1.22.2.0, Culture=neutral, PublicKeyToken=767d77427707b70a, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.Database, Version=1.26.0.0, Culture=neutral, PublicKeyToken=767d77427707b70a, processorArchitecture=MSIL"
>
<HintPath>
packages\Coscine.Database.1.22.2\lib\net461\Coscine.Database.dll
</HintPath>
<HintPath>
packages\Coscine.Database.1.26.0\lib\net461\Coscine.Database.dll
</HintPath>
</Reference>
<Reference
Include=
"Coscine.Database.T4, Version=1.26.0.0, Culture=neutral, PublicKeyToken=84b4c404a0696261, processorArchitecture=MSIL"
>
<HintPath>
packages\Coscine.Database.1.26.0\lib\net461\Coscine.Database.T4.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.Logging, Version=1.2.0.0, Culture=neutral, PublicKeyToken=e1ed402bc3f6525e, processorArchitecture=MSIL"
>
<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>
<HintPath>
packages\Coscine.Logging.1.2.0\lib\net461\Coscine.Logging.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"Coscine.Metadata, Version=1.
3.2
.0, Culture=neutral, processorArchitecture=MSIL"
>
<Reference
Include=
"Coscine.Metadata, Version=1.
4.0
.0, Culture=neutral, processorArchitecture=MSIL"
>
<HintPath>
packages\Coscine.Metadata.1.
3.2
\lib\net461\Coscine.Metadata.dll
</HintPath>
<HintPath>
packages\Coscine.Metadata.1.
4.0
\lib\net461\Coscine.Metadata.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"dotNetRDF, Version=2.5.0.0, Culture=neutral, PublicKeyToken=6055ffe4c97cc780, processorArchitecture=MSIL"
>
<Reference
Include=
"dotNetRDF, Version=2.5.0.0, Culture=neutral, PublicKeyToken=6055ffe4c97cc780, processorArchitecture=MSIL"
>
<HintPath>
packages\dotNetRDF.2.5.0\lib\net40\dotNetRDF.dll
</HintPath>
<HintPath>
packages\dotNetRDF.2.5.0\lib\net40\dotNetRDF.dll
</HintPath>
...
@@ -74,16 +78,16 @@
...
@@ -74,16 +78,16 @@
<HintPath>
packages\dotNetRDF.Data.Virtuoso.2.5.0\lib\net40\dotNetRDF.Data.Virtuoso.dll
</HintPath>
<HintPath>
packages\dotNetRDF.Data.Virtuoso.2.5.0\lib\net40\dotNetRDF.Data.Virtuoso.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
>
<Reference
Include=
"EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
>
<HintPath>
packages\EntityFramework.6.
2.0
\lib\net45\EntityFramework.dll
</HintPath>
<HintPath>
packages\EntityFramework.6.
4.4
\lib\net45\EntityFramework.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
>
<Reference
Include=
"EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
>
<HintPath>
packages\EntityFramework.6.
2.0
\lib\net45\EntityFramework.SqlServer.dll
</HintPath>
<HintPath>
packages\EntityFramework.6.
4.4
\lib\net45\EntityFramework.SqlServer.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"HtmlAgilityPack, Version=1.11.17.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL"
>
<Reference
Include=
"HtmlAgilityPack, Version=1.11.17.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a, processorArchitecture=MSIL"
>
<HintPath>
packages\HtmlAgilityPack.1.11.17\lib\Net45\HtmlAgilityPack.dll
</HintPath>
<HintPath>
packages\HtmlAgilityPack.1.11.17\lib\Net45\HtmlAgilityPack.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"linq2db, Version=
2.6.4
.0, Culture=neutral, PublicKeyToken=e41013125f9e410a, processorArchitecture=MSIL"
>
<Reference
Include=
"linq2db, Version=
3.1.1
.0, Culture=neutral, PublicKeyToken=e41013125f9e410a, processorArchitecture=MSIL"
>
<HintPath>
packages\linq2db.
2.6.4
\lib\net46\linq2db.dll
</HintPath>
<HintPath>
packages\linq2db.
3.1.1
\lib\net46\linq2db.dll
</HintPath>
</Reference>
</Reference>
<Reference
Include=
"LinqKit, Version=1.1.17.0, Culture=neutral, PublicKeyToken=bc217f8844052a91, processorArchitecture=MSIL"
>
<Reference
Include=
"LinqKit, Version=1.1.17.0, Culture=neutral, PublicKeyToken=bc217f8844052a91, processorArchitecture=MSIL"
>
<HintPath>
packages\LinqKit.1.1.17\lib\net45\LinqKit.dll
</HintPath>
<HintPath>
packages\LinqKit.1.1.17\lib\net45\LinqKit.dll
</HintPath>
...
@@ -562,8 +566,11 @@
...
@@ -562,8 +566,11 @@
<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\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.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'))"
/>
<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'))"
/>
<Error
Condition=
"!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')"
Text=
"$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.props'))"
/>
<Error
Condition=
"!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')"
Text=
"$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.targets'))"
/>
</Target>
</Target>
<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.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\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')"
/>
<Import
Project=
"packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.targets"
Condition=
"Exists('packages\NSwag.AspNetCore.13.6.2\build\NSwag.AspNetCore.targets')"
/>
<Import
Project=
"packages\EntityFramework.6.4.4\build\EntityFramework.targets"
Condition=
"Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')"
/>
</Project>
</Project>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/packages.config
+
5
−
5
View file @
cc97cc95
...
@@ -2,16 +2,16 @@
...
@@ -2,16 +2,16 @@
<
packages
>
<
packages
>
<
package
id
=
"Castle.Core"
version
=
"4.4.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Castle.Core"
version
=
"4.4.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Consul"
version
=
"0.7.2.6"
targetFramework
=
"net461"
/>
<
package
id
=
"Consul"
version
=
"0.7.2.6"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.ApiCommons"
version
=
"1.
9
.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.ApiCommons"
version
=
"1.
10
.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Configuration"
version
=
"1.5.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Configuration"
version
=
"1.5.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Database"
version
=
"1.2
2.2
"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Database"
version
=
"1.2
6.0
"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Logging"
version
=
"1.2.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Logging"
version
=
"1.2.0"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Metadata"
version
=
"1.
3.2
"
targetFramework
=
"net461"
/>
<
package
id
=
"Coscine.Metadata"
version
=
"1.
4.0
"
targetFramework
=
"net461"
/>
<
package
id
=
"dotNetRDF"
version
=
"2.5.0"
targetFramework
=
"net461"
/>
<
package
id
=
"dotNetRDF"
version
=
"2.5.0"
targetFramework
=
"net461"
/>
<
package
id
=
"dotNetRDF.Data.Virtuoso"
version
=
"2.5.0"
targetFramework
=
"net461"
/>
<
package
id
=
"dotNetRDF.Data.Virtuoso"
version
=
"2.5.0"
targetFramework
=
"net461"
/>
<
package
id
=
"EntityFramework"
version
=
"6.
2.0
"
targetFramework
=
"net461"
/>
<
package
id
=
"EntityFramework"
version
=
"6.
4.4
"
targetFramework
=
"net461"
/>
<
package
id
=
"HtmlAgilityPack"
version
=
"1.11.17"
targetFramework
=
"net461"
/>
<
package
id
=
"HtmlAgilityPack"
version
=
"1.11.17"
targetFramework
=
"net461"
/>
<
package
id
=
"linq2db"
version
=
"
2.6.4
"
targetFramework
=
"net461"
/>
<
package
id
=
"linq2db"
version
=
"
3.1.1
"
targetFramework
=
"net461"
/>
<
package
id
=
"linq2db.SqlServer"
version
=
"2.6.4"
targetFramework
=
"net461"
/>
<
package
id
=
"linq2db.SqlServer"
version
=
"2.6.4"
targetFramework
=
"net461"
/>
<
package
id
=
"linq2db.t4models"
version
=
"2.6.4"
targetFramework
=
"net461"
/>
<
package
id
=
"linq2db.t4models"
version
=
"2.6.4"
targetFramework
=
"net461"
/>
<
package
id
=
"LinqKit"
version
=
"1.1.17"
targetFramework
=
"net461"
/>
<
package
id
=
"LinqKit"
version
=
"1.1.17"
targetFramework
=
"net461"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment