Update Config.vbproj dependencies and references
Removed direct assembly references and several old package versions from Config.vbproj. Upgraded EntityFramework to 6.5.1, EntityFramework.Firebird to 10.1.0, and System.Data.Odbc to 8.0.1. Added new package references for System.Configuration.ConfigurationManager and multiple CoreWCF components (Primitives, ConfigurationManager, Http, WebHttp, NetTcp) at version 1.8.0 to modernize and expand WCF support.
This commit is contained in:
@@ -20,28 +20,17 @@
|
|||||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="DigitalData.Modules.Base">
|
<PackageReference Include="EntityFramework" Version="6.5.1" />
|
||||||
<HintPath>..\Base\bin\Debug\DigitalData.Modules.Base.dll</HintPath>
|
<PackageReference Include="EntityFramework.Firebird" Version="10.1.0" />
|
||||||
</Reference>
|
|
||||||
<Reference Include="DigitalData.Modules.Database">
|
|
||||||
<HintPath>..\Database\bin\Debug\DigitalData.Modules.Database.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="DigitalData.Modules.Logging, Version=2.6.5.0, Culture=neutral, processorArchitecture=MSIL">
|
|
||||||
<SpecificVersion>False</SpecificVersion>
|
|
||||||
<HintPath>..\Logging\bin\Debug\DigitalData.Modules.Logging.dll</HintPath>
|
|
||||||
</Reference>
|
|
||||||
<Reference Include="Microsoft.CSharp" />
|
|
||||||
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
||||||
<Reference Include="System.Configuration" />
|
|
||||||
<Reference Include="System.IO.Compression" />
|
|
||||||
<Reference Include="System.ServiceModel" />
|
|
||||||
<Reference Include="System.Transactions" />
|
|
||||||
<Reference Include="System.Data.DataSetExtensions" />
|
|
||||||
<PackageReference Include="EntityFramework" Version="6.4.4" />
|
|
||||||
<PackageReference Include="EntityFramework.Firebird" Version="6.4.0" />
|
|
||||||
<PackageReference Include="FirebirdSql.Data.FirebirdClient" Version="7.5.0" />
|
<PackageReference Include="FirebirdSql.Data.FirebirdClient" Version="7.5.0" />
|
||||||
<PackageReference Include="NLog" Version="5.0.5" />
|
<PackageReference Include="NLog" Version="5.0.5" />
|
||||||
<PackageReference Include="System.Data.Odbc" Version="6.0.1" />
|
<PackageReference Include="System.Data.Odbc" Version="8.0.1" />
|
||||||
|
<PackageReference Include="System.Configuration.ConfigurationManager" Version="10.0.1" />
|
||||||
|
<PackageReference Include="CoreWCF.Primitives" Version="1.8.0" />
|
||||||
|
<PackageReference Include="CoreWCF.ConfigurationManager" Version="1.8.0" />
|
||||||
|
<PackageReference Include="CoreWCF.Http" Version="1.8.0" />
|
||||||
|
<PackageReference Include="CoreWCF.WebHttp" Version="1.8.0" />
|
||||||
|
<PackageReference Include="CoreWCF.NetTcp" Version="1.8.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Update="My Project\Application.Designer.vb">
|
<Compile Update="My Project\Application.Designer.vb">
|
||||||
|
|||||||
Reference in New Issue
Block a user