Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
Bailun.PmsAPI
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pds
Bailun.PmsAPI
Commits
cac7e0ca
Commit
cac7e0ca
authored
Oct 12, 2020
by
weitianhua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
d07a2b1c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
Web.config
WebApi/Web.config
+7
-2
WebApi.csproj
WebApi/WebApi.csproj
+2
-3
packages.config
WebApi/packages.config
+1
-5
No files found.
WebApi/Web.config
View file @
cac7e0ca
...
...
@@ -118,4 +118,9 @@
<
compiler
language
=
"vb;vbs;visualbasic;vbscript"
extension
=
".vb"
type
=
"Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
warningLevel
=
"4"
compilerOptions
=
"/langversion:14 /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+"
/>
</
compilers
>
</
system
.
codedom
>
</
configuration
>
\ No newline at end of file
<
system
.
data
>
<
DbProviderFactories
>
<
remove
invariant
=
"MySql.Data.MySqlClient"
/>
<
add
name
=
"MySQL Data Provider"
invariant
=
"MySql.Data.MySqlClient"
description
=
".Net Framework Data Provider for MySQL"
type
=
"MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d"
/>
</
DbProviderFactories
>
</
system
.
data
></
configuration
>
\ No newline at end of file
WebApi/WebApi.csproj
View file @
cac7e0ca
...
...
@@ -85,9 +85,8 @@
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="MySql.Data, Version=6.8.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\MySql.Data.6.9.9\lib\net45\MySql.Data.dll</HintPath>
<Reference Include="MySql.Data, Version=6.9.12.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
<HintPath>..\packages\MySql.Data.6.9.12\lib\net45\MySql.Data.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
...
...
WebApi/packages.config
View file @
cac7e0ca
...
...
@@ -6,6 +6,7 @@
<
package
id
=
"EntityFramework.zh-Hans"
version
=
"6.1.3"
targetFramework
=
"net452"
/>
<
package
id
=
"jQuery"
version
=
"1.10.2"
targetFramework
=
"net452"
/>
<
package
id
=
"jQuery.Validation"
version
=
"1.11.1"
targetFramework
=
"net452"
/>
<
package
id
=
"log4net"
version
=
"2.0.3"
targetFramework
=
"net452"
/>
<
package
id
=
"Microsoft.ApplicationInsights"
version
=
"2.0.0"
targetFramework
=
"net452"
/>
<
package
id
=
"Microsoft.ApplicationInsights.Agent.Intercept"
version
=
"1.2.1"
targetFramework
=
"net452"
/>
<
package
id
=
"Microsoft.ApplicationInsights.DependencyCollector"
version
=
"2.0.0"
targetFramework
=
"net452"
/>
...
...
@@ -59,12 +60,8 @@
<
package
id
=
"Microsoft.Owin.zh-Hans"
version
=
"3.0.1"
targetFramework
=
"net452"
/>
<
package
id
=
"Microsoft.Web.Infrastructure"
version
=
"1.0.0.0"
targetFramework
=
"net452"
/>
<
package
id
=
"Modernizr"
version
=
"2.6.2"
targetFramework
=
"net452"
/>
<<<<<<<
Updated
upstream
=======
<
package
id
=
"MySql.Data"
version
=
"6.9.12"
targetFramework
=
"net45"
/>
>>>>>>>
Stashed
changes
<
package
id
=
"Owin"
version
=
"1.0"
targetFramework
=
"net452"
/>
<
package
id
=
"Respond"
version
=
"1.2.0"
targetFramework
=
"net452"
/>
<
package
id
=
"WebGrease"
version
=
"1.5.2"
targetFramework
=
"net452"
/>
<
package
id
=
"log4net"
version
=
"2.0.3"
targetFramework
=
"net452"
/>
</
packages
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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