Skip to content

Commit 6b2eb9c

Browse files
committed
test project update
1 parent a516832 commit 6b2eb9c

File tree

3 files changed

+34
-59
lines changed

3 files changed

+34
-59
lines changed

source code/TestDebugASPNET/TestDebugASPNET.csproj

Lines changed: 20 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -49,37 +49,31 @@
4949
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
5050
<HintPath>..\packages\EntityFramework.6.5.1\lib\net45\EntityFramework.SqlServer.dll</HintPath>
5151
</Reference>
52-
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.6, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
53-
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.6\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
52+
<Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=10.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
53+
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.10.0.5\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
5454
</Reference>
5555
<Reference Include="Microsoft.CSharp" />
56-
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
57-
<HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.9.0.5\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
56+
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=10.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
57+
<HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.10.0.5\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
5858
</Reference>
59-
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=9.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
60-
<HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.9.0.5\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
59+
<Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=10.0.0.5, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
60+
<HintPath>..\packages\Microsoft.Extensions.Logging.Abstractions.10.0.5\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
6161
</Reference>
6262
<Reference Include="MySqlConnector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d33d3e53aa5f8c92, processorArchitecture=MSIL">
63-
<HintPath>..\packages\MySqlConnector.2.4.0\lib\net48\MySqlConnector.dll</HintPath>
63+
<HintPath>..\packages\MySqlConnector.2.5.0\lib\net48\MySqlConnector.dll</HintPath>
6464
</Reference>
6565
<Reference Include="System.Buffers, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
6666
<HintPath>..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath>
6767
</Reference>
6868
<Reference Include="System.Data.SQLite, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
69-
<HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\lib\net46\System.Data.SQLite.dll</HintPath>
69+
<HintPath>..\packages\Stub.System.Data.SQLite.Core.NetStandard.1.0.119.0\lib\netstandard2.0\System.Data.SQLite.dll</HintPath>
7070
</Reference>
71-
<Reference Include="System.Data.SQLite.EF6, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
72-
<HintPath>..\packages\System.Data.SQLite.EF6.1.0.119.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
73-
</Reference>
74-
<Reference Include="System.Data.SQLite.Linq, Version=1.0.119.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
75-
<HintPath>..\packages\System.Data.SQLite.Linq.1.0.119.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
76-
</Reference>
77-
<Reference Include="System.Diagnostics.DiagnosticSource, Version=9.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
78-
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.9.0.5\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
71+
<Reference Include="System.Diagnostics.DiagnosticSource, Version=10.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
72+
<HintPath>..\packages\System.Diagnostics.DiagnosticSource.10.0.5\lib\net462\System.Diagnostics.DiagnosticSource.dll</HintPath>
7973
</Reference>
8074
<Reference Include="System.IO.Compression.FileSystem" />
81-
<Reference Include="System.IO.Pipelines, Version=9.0.0.6, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
82-
<HintPath>..\packages\System.IO.Pipelines.9.0.6\lib\net462\System.IO.Pipelines.dll</HintPath>
75+
<Reference Include="System.IO.Pipelines, Version=10.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
76+
<HintPath>..\packages\System.IO.Pipelines.10.0.5\lib\net462\System.IO.Pipelines.dll</HintPath>
8377
</Reference>
8478
<Reference Include="System.Management" />
8579
<Reference Include="System.Memory, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
@@ -92,19 +86,17 @@
9286
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
9387
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
9488
</Reference>
95-
<Reference Include="System.Text.Encodings.Web, Version=9.0.0.6, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
96-
<HintPath>..\packages\System.Text.Encodings.Web.9.0.6\lib\net462\System.Text.Encodings.Web.dll</HintPath>
89+
<Reference Include="System.Text.Encodings.Web, Version=10.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
90+
<HintPath>..\packages\System.Text.Encodings.Web.10.0.5\lib\net462\System.Text.Encodings.Web.dll</HintPath>
9791
</Reference>
98-
<Reference Include="System.Text.Json, Version=9.0.0.6, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
99-
<HintPath>..\packages\System.Text.Json.9.0.6\lib\net462\System.Text.Json.dll</HintPath>
92+
<Reference Include="System.Text.Json, Version=10.0.0.5, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
93+
<HintPath>..\packages\System.Text.Json.10.0.5\lib\net462\System.Text.Json.dll</HintPath>
10094
</Reference>
10195
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
10296
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net462\System.Threading.Tasks.Extensions.dll</HintPath>
10397
</Reference>
10498
<Reference Include="System.Transactions" />
105-
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
106-
<HintPath>..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
107-
</Reference>
99+
<Reference Include="System.ValueTuple" />
108100
<Reference Include="System.Web.DynamicData" />
109101
<Reference Include="System.Web.Entity" />
110102
<Reference Include="System.Web.ApplicationServices" />
@@ -551,7 +543,7 @@
551543
<AutoAssignPort>True</AutoAssignPort>
552544
<DevelopmentServerPort>59105</DevelopmentServerPort>
553545
<DevelopmentServerVPath>/</DevelopmentServerVPath>
554-
<IISUrl>http://localhost:58105/</IISUrl>
546+
<IISUrl>http://localhost:58106/</IISUrl>
555547
<NTLMAuthentication>False</NTLMAuthentication>
556548
<UseCustomServer>False</UseCustomServer>
557549
<CustomServerUrl>
@@ -565,11 +557,10 @@
565557
<PropertyGroup>
566558
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
567559
</PropertyGroup>
568-
<Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
569560
<Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.props'))" />
570561
<Error Condition="!Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.5.1\build\EntityFramework.targets'))" />
562+
<Error Condition="!Exists('..\packages\System.ValueTuple.4.6.2\build\net471\System.ValueTuple.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.ValueTuple.4.6.2\build\net471\System.ValueTuple.targets'))" />
571563
</Target>
572-
<Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.119.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
573564
<Import Project="..\packages\EntityFramework.6.5.1\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.5.1\build\EntityFramework.targets')" />
574565
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
575566
Other similar extension points exist, see Microsoft.Common.targets.
@@ -578,4 +569,5 @@
578569
<Target Name="AfterBuild">
579570
</Target>
580571
-->
572+
<Import Project="..\packages\System.ValueTuple.4.6.2\build\net471\System.ValueTuple.targets" Condition="Exists('..\packages\System.ValueTuple.4.6.2\build\net471\System.ValueTuple.targets')" />
581573
</Project>

source code/TestDebugASPNET/Web.config

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</security>
2424
<defaultDocument>
2525
<files>
26-
<add value="pages/Default.aspx"/>
26+
<add value="pages/Default.aspx" />
2727
</files>
2828
</defaultDocument>
2929
</system.webServer>
@@ -39,15 +39,15 @@
3939
</dependentAssembly>
4040
<dependentAssembly>
4141
<assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral" />
42-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.5" newVersion="9.0.0.5" />
42+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.5" newVersion="10.0.0.5" />
4343
</dependentAssembly>
4444
<dependentAssembly>
4545
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
4646
<bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" />
4747
</dependentAssembly>
4848
<dependentAssembly>
4949
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
50-
<bindingRedirect oldVersion="0.0.0.0-9.0.0.5" newVersion="9.0.0.5" />
50+
<bindingRedirect oldVersion="0.0.0.0-10.0.0.5" newVersion="10.0.0.5" />
5151
</dependentAssembly>
5252
<dependentAssembly>
5353
<assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
@@ -63,18 +63,5 @@
6363
</dependentAssembly>
6464
</assemblyBinding>
6565
</runtime>
66-
<entityFramework>
67-
<providers>
68-
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
69-
<provider invariantName="System.Data.SQLite.EF6" type="System.Data.SQLite.EF6.SQLiteProviderServices, System.Data.SQLite.EF6" />
70-
</providers>
71-
</entityFramework>
72-
<system.data>
73-
<DbProviderFactories>
74-
<remove invariant="System.Data.SQLite.EF6" />
75-
<add name="SQLite Data Provider (Entity Framework 6)" invariant="System.Data.SQLite.EF6" description=".NET Framework Data Provider for SQLite (Entity Framework 6)" type="System.Data.SQLite.EF6.SQLiteProviderFactory, System.Data.SQLite.EF6" />
76-
<remove invariant="System.Data.SQLite" />
77-
<add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".NET Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite" />
78-
</DbProviderFactories>
79-
</system.data>
66+
8067
</configuration>
Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="EntityFramework" version="6.5.1" targetFramework="net48" />
4-
<package id="Microsoft.Bcl.AsyncInterfaces" version="9.0.6" targetFramework="net48" />
5-
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="9.0.5" targetFramework="net48" />
6-
<package id="Microsoft.Extensions.Logging.Abstractions" version="9.0.5" targetFramework="net48" />
7-
<package id="MySqlConnector" version="2.4.0" targetFramework="net48" />
8-
<package id="Stub.System.Data.SQLite.Core.NetFramework" version="1.0.119.0" targetFramework="net48" />
4+
<package id="Microsoft.Bcl.AsyncInterfaces" version="10.0.5" targetFramework="net48" />
5+
<package id="Microsoft.Extensions.DependencyInjection.Abstractions" version="10.0.5" targetFramework="net48" />
6+
<package id="Microsoft.Extensions.Logging.Abstractions" version="10.0.5" targetFramework="net48" />
7+
<package id="MySqlConnector" version="2.5.0" targetFramework="net48" />
8+
<package id="Stub.System.Data.SQLite.Core.NetStandard" version="1.0.119.0" targetFramework="net48" />
99
<package id="System.Buffers" version="4.6.1" targetFramework="net48" />
10-
<package id="System.Data.SQLite" version="1.0.119.0" targetFramework="net48" />
11-
<package id="System.Data.SQLite.Core" version="1.0.119.0" targetFramework="net48" />
12-
<package id="System.Data.SQLite.EF6" version="1.0.119.0" targetFramework="net48" />
13-
<package id="System.Data.SQLite.Linq" version="1.0.119.0" targetFramework="net48" />
14-
<package id="System.Diagnostics.DiagnosticSource" version="9.0.5" targetFramework="net48" />
15-
<package id="System.IO.Pipelines" version="9.0.6" targetFramework="net48" />
10+
<package id="System.Diagnostics.DiagnosticSource" version="10.0.5" targetFramework="net48" />
11+
<package id="System.IO.Pipelines" version="10.0.5" targetFramework="net48" />
1612
<package id="System.Memory" version="4.6.3" targetFramework="net48" />
1713
<package id="System.Numerics.Vectors" version="4.6.1" targetFramework="net48" />
1814
<package id="System.Runtime.CompilerServices.Unsafe" version="6.1.2" targetFramework="net48" />
19-
<package id="System.Text.Encodings.Web" version="9.0.6" targetFramework="net48" />
20-
<package id="System.Text.Json" version="9.0.6" targetFramework="net48" />
15+
<package id="System.Text.Encodings.Web" version="10.0.5" targetFramework="net48" />
16+
<package id="System.Text.Json" version="10.0.5" targetFramework="net48" />
2117
<package id="System.Threading.Tasks.Extensions" version="4.6.3" targetFramework="net48" />
22-
<package id="System.ValueTuple" version="4.5.0" targetFramework="net48" />
18+
<package id="System.ValueTuple" version="4.6.2" targetFramework="net48" />
2319
</packages>

0 commit comments

Comments
 (0)