-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Bump Microsoft.Data.SqlClient from 5.1.2 to 5.1.4 (#59)
Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 5.1.2 to 5.1.4. - [Release notes](https://github.com/dotnet/sqlclient/releases) - [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md) - [Commits](dotnet/SqlClient@v5.1.2...v5.1.4) --- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
81e4035
commit 5dc63b1
Showing
1 changed file
with
64 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |