Skip to content

Commit 610d549

Browse files
committed
2 parents 10e35a1 + c158c85 commit 610d549

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

App.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/>
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/>
55
</startup>
66
<runtime>
77
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

CopyDatabase.csproj

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<OutputType>WinExe</OutputType>
99
<RootNamespace>DataBaseCompare</RootNamespace>
1010
<AssemblyName>CopyDatabase</AssemblyName>
11-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1414
<WarningLevel>4</WarningLevel>
@@ -80,8 +80,8 @@
8080
<Reference Include="CommonServiceLocator, Version=2.0.3.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
8181
<HintPath>packages\CommonServiceLocator.2.0.3\lib\net47\CommonServiceLocator.dll</HintPath>
8282
</Reference>
83-
<Reference Include="Dapper, Version=1.50.5.0, Culture=neutral, processorArchitecture=MSIL">
84-
<HintPath>packages\Dapper.1.50.5\lib\net451\Dapper.dll</HintPath>
83+
<Reference Include="Dapper, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
84+
<HintPath>packages\Dapper.2.0.78\lib\net461\Dapper.dll</HintPath>
8585
</Reference>
8686
<Reference Include="MahApps.Metro, Version=1.2.4.0, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
8787
<HintPath>packages\MahApps.Metro.1.2.4.0\lib\net45\MahApps.Metro.dll</HintPath>

CopyDatabaseTests/CopyDatabaseTests.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AppDesignerFolder>Properties</AppDesignerFolder>
99
<RootNamespace>CopyDatabaseTests</RootNamespace>
1010
<AssemblyName>CopyDatabaseTests</AssemblyName>
11-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
11+
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
1212
<FileAlignment>512</FileAlignment>
1313
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
1414
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>

CopyDatabaseTests/app.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
</dependentAssembly>
99
</assemblyBinding>
1010
</runtime>
11-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration>
11+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2"/></startup></configuration>

Properties/Settings.Designer.cs

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="CommonServiceLocator" version="2.0.3" targetFramework="net471" />
4-
<package id="Dapper" version="1.50.5" targetFramework="net471" />
3+
<package id="CommonServiceLocator" version="2.0.6" targetFramework="net471" />
4+
<package id="Dapper" version="2.0.78" targetFramework="net48" />
55
<package id="MahApps.Metro" version="1.2.4.0" targetFramework="net471" />
66
<package id="MaterialDesignColors" version="1.1.2" targetFramework="net471" />
77
<package id="MaterialDesignThemes" version="1.5.0.523" targetFramework="net471" />

0 commit comments

Comments
 (0)