-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Oracle.ManagedDataAccess.Core from 23.4.0 to 23.5.0
Bumps Oracle.ManagedDataAccess.Core from 23.4.0 to 23.5.0. --- updated-dependencies: - dependency-name: Oracle.ManagedDataAccess.Core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
af8e146
commit b22c93e
Showing
1 changed file
with
79 additions
and
79 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,79 +1,79 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<id>HIC.FAnsiSql</id> | ||
<PackageId>HIC.FAnsiSql</PackageId> | ||
<version>0.0.7</version> | ||
<title>HIC.FAnsiSql</title> | ||
<authors>Health Informatics Centre - University of Dundee</authors> | ||
<owners>Health Informatics Centre - University of Dundee</owners> | ||
<PackageProjectUrl>https://github.com/HicServices/FAnsiSql</PackageProjectUrl> | ||
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression> | ||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> | ||
<description>FAnsiSql is a database management/ETL library that allows you to perform common SQL operations without having to know which Database Management System (DBMS) you are targetting (e.g. Sql Server, My Sql, Oracle).</description> | ||
<PackageTags>Ansi,SQL</PackageTags> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<AssemblyTitle>HIC.FAnsiSql</AssemblyTitle> | ||
<Company>Health Informatics Centre, University of Dundee</Company> | ||
<Product>HIC.FAnsiSql</Product> | ||
<Description>FAnsiSql is a database management/ETL library that allows you to perform common SQL operations without having to know which Database Management System (DBMS) you are targetting (e.g. Sql Server, My Sql, Oracle).</Description> | ||
<Copyright>Copyright © 2019-2024</Copyright> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<IsAotCompatible>true</IsAotCompatible> | ||
<NoWarn>CS1591</NoWarn> | ||
<NeutralLanguage>en-GB</NeutralLanguage> | ||
<DebugType>embedded</DebugType> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<WarningLevel>1</WarningLevel> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="..\SharedAssemblyInfo.cs" Link="SharedAssemblyInfo.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="Discovery\TypeTranslation\TypeTranslation.cd" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="HIC.TypeGuesser" Version="1.2.4" /> | ||
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="MySqlConnector" Version="2.3.7" /> | ||
<PackageReference Include="Npgsql" Version="8.0.3" /> | ||
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.4.0" /> | ||
<PackageReference Include="System.Linq.Async" Version="6.0.1" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="..\README.md" Pack="true" PackagePath="\" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Update="FAnsiStrings.Designer.cs"> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>FAnsiStrings.resx</DependentUpon> | ||
</Compile> | ||
<Compile Update="SR.Designer.cs"> | ||
<DependentUpon>SR.resx</DependentUpon> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
</Compile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Update="FAnsiStrings.resx"> | ||
<Generator>PublicResXFileCodeGenerator</Generator> | ||
<LastGenOutput>FAnsiStrings.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
<EmbeddedResource Update="SR.resx"> | ||
<SubType>Designer</SubType> | ||
<LastGenOutput>SR.Designer.cs</LastGenOutput> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="Aggregation\" /> | ||
<Folder Include="Update\" /> | ||
</ItemGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<id>HIC.FAnsiSql</id> | ||
<PackageId>HIC.FAnsiSql</PackageId> | ||
<version>0.0.7</version> | ||
<title>HIC.FAnsiSql</title> | ||
<authors>Health Informatics Centre - University of Dundee</authors> | ||
<owners>Health Informatics Centre - University of Dundee</owners> | ||
<PackageProjectUrl>https://github.com/HicServices/FAnsiSql</PackageProjectUrl> | ||
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression> | ||
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance> | ||
<description>FAnsiSql is a database management/ETL library that allows you to perform common SQL operations without having to know which Database Management System (DBMS) you are targetting (e.g. Sql Server, My Sql, Oracle).</description> | ||
<PackageTags>Ansi,SQL</PackageTags> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<AssemblyTitle>HIC.FAnsiSql</AssemblyTitle> | ||
<Company>Health Informatics Centre, University of Dundee</Company> | ||
<Product>HIC.FAnsiSql</Product> | ||
<Description>FAnsiSql is a database management/ETL library that allows you to perform common SQL operations without having to know which Database Management System (DBMS) you are targetting (e.g. Sql Server, My Sql, Oracle).</Description> | ||
<Copyright>Copyright © 2019-2024</Copyright> | ||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo> | ||
<GenerateDocumentationFile>true</GenerateDocumentationFile> | ||
<IsAotCompatible>true</IsAotCompatible> | ||
<NoWarn>CS1591</NoWarn> | ||
<NeutralLanguage>en-GB</NeutralLanguage> | ||
<DebugType>embedded</DebugType> | ||
<PackageReadmeFile>README.md</PackageReadmeFile> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<WarningLevel>1</WarningLevel> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Compile Include="..\SharedAssemblyInfo.cs" Link="SharedAssemblyInfo.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="Discovery\TypeTranslation\TypeTranslation.cd" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="HIC.TypeGuesser" Version="1.2.4" /> | ||
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.2.1" /> | ||
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0"> | ||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
<PrivateAssets>all</PrivateAssets> | ||
</PackageReference> | ||
<PackageReference Include="MySqlConnector" Version="2.3.7" /> | ||
<PackageReference Include="Npgsql" Version="8.0.3" /> | ||
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.5.0" /> | ||
<PackageReference Include="System.Linq.Async" Version="6.0.1" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="..\README.md" Pack="true" PackagePath="\" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Update="FAnsiStrings.Designer.cs"> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
<DependentUpon>FAnsiStrings.resx</DependentUpon> | ||
</Compile> | ||
<Compile Update="SR.Designer.cs"> | ||
<DependentUpon>SR.resx</DependentUpon> | ||
<DesignTime>True</DesignTime> | ||
<AutoGen>True</AutoGen> | ||
</Compile> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<EmbeddedResource Update="FAnsiStrings.resx"> | ||
<Generator>PublicResXFileCodeGenerator</Generator> | ||
<LastGenOutput>FAnsiStrings.Designer.cs</LastGenOutput> | ||
</EmbeddedResource> | ||
<EmbeddedResource Update="SR.resx"> | ||
<SubType>Designer</SubType> | ||
<LastGenOutput>SR.Designer.cs</LastGenOutput> | ||
<Generator>ResXFileCodeGenerator</Generator> | ||
</EmbeddedResource> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Folder Include="Aggregation\" /> | ||
<Folder Include="Update\" /> | ||
</ItemGroup> | ||
</Project> |