Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Microsoft.Data.SqlClient from 5.1.2 to 5.1.4 #59

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
128 changes: 64 additions & 64 deletions PCAxis.Sql/PCAxis.Sql.csproj
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>PcAxis.Sql</PackageId>
<MinVerTagPrefix>v</MinVerTagPrefix>
<MinVerDefaultPreReleasePhase>beta</MinVerDefaultPreReleasePhase>
<MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Reading Sql-database into Paxiom.</Description>
<PackageProjectUrl>https://github.com/statisticssweden/PCAxis.Sql</PackageProjectUrl>
<RepositoryUrl>https://github.com/statisticssweden/PCAxis.Sql.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageTags>PX</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<Optimize>false</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Remove="a_codegenerator2\**" />
<EmbeddedResource Remove="a_codegenerator2\**" />
<None Remove="a_codegenerator2\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="SqlClientCleanup\MyDbVendorIsOdbc.cs" />
<Compile Remove="SqlClientCleanup\MyDbVendorIsOledb.cs" />
<Compile Remove="SqlClient\MyDbVendorIsOdbc.cs" />
<Compile Remove="SqlClient\MyDbVendorIsOledb.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MinVer" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.210" />
<PackageReference Include="PCAxis.Core" Version="1.2.3" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="7.0.1" />
</ItemGroup>
<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>PcAxis.Sql</PackageId>
<MinVerTagPrefix>v</MinVerTagPrefix>
<MinVerDefaultPreReleasePhase>beta</MinVerDefaultPreReleasePhase>
<MinVerSkip Condition="'$(Configuration)' == 'Debug'">true</MinVerSkip>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Description>Reading Sql-database into Paxiom.</Description>
<PackageProjectUrl>https://github.com/statisticssweden/PCAxis.Sql</PackageProjectUrl>
<RepositoryUrl>https://github.com/statisticssweden/PCAxis.Sql.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageTags>PX</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageReadmeFile>README.md</PackageReadmeFile>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<Optimize>false</Optimize>
</PropertyGroup>

<ItemGroup>
<Compile Remove="a_codegenerator2\**" />
<EmbeddedResource Remove="a_codegenerator2\**" />
<None Remove="a_codegenerator2\**" />
</ItemGroup>

<ItemGroup>
<Compile Remove="SqlClientCleanup\MyDbVendorIsOdbc.cs" />
<Compile Remove="SqlClientCleanup\MyDbVendorIsOledb.cs" />
<Compile Remove="SqlClient\MyDbVendorIsOdbc.cs" />
<Compile Remove="SqlClient\MyDbVendorIsOledb.cs" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.1.4" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="MinVer" Version="4.3.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="2.19.210" />
<PackageReference Include="PCAxis.Core" Version="1.2.3" />
<PackageReference Include="System.Security.Cryptography.Xml" Version="7.0.1" />
</ItemGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>
</Project>
Loading