Skip to content

Commit cc07bae

Browse files
Bump Microsoft.Data.SqlClient from 6.0.1 to 6.1.2
--- updated-dependencies: - dependency-name: Microsoft.Data.SqlClient dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Data.SqlClient dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a73cbb commit cc07bae

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed
Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
2-
<PropertyGroup>
3-
<PackageId>FAnsi.MicrosoftSql</PackageId>
4-
<version>0.0.7</version>
5-
<title>HIC.FAnsi.MicrosoftSql</title>
6-
<authors>Health Informatics Centre - University of Dundee</authors>
7-
<owners>Health Informatics Centre - University of Dundee</owners>
8-
<PackageProjectUrl>https://github.com/HicServices/FAnsiSql</PackageProjectUrl>
9-
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
10-
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
11-
<description>Microsoft SQL Server implementation for FAnsiSql</description>
12-
<PackageTags>Ansi,SQL,SqlServer,MicrosoftSQL</PackageTags>
13-
<AssemblyTitle>HIC.FAnsi.MicrosoftSql</AssemblyTitle>
14-
<Company>Health Informatics Centre, University of Dundee</Company>
15-
<Product>HIC.FAnsi.MicrosoftSql</Product>
16-
<Description>Microsoft SQL Server implementation for FAnsiSql</Description>
17-
<Copyright>Copyright © 2019-2025</Copyright>
18-
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
19-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
20-
<IsAotCompatible>true</IsAotCompatible>
21-
<NoWarn>CS1591</NoWarn>
22-
<NeutralLanguage>en-GB</NeutralLanguage>
23-
<DebugType>embedded</DebugType>
24-
<PackageReadmeFile>README.md</PackageReadmeFile>
25-
</PropertyGroup>
26-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
27-
<WarningLevel>1</WarningLevel>
28-
</PropertyGroup>
29-
<ItemGroup>
30-
<Compile Include="..\SharedAssemblyInfo.cs" Link="SharedAssemblyInfo.cs" />
31-
</ItemGroup>
32-
<ItemGroup>
33-
<ProjectReference Include="..\FAnsi.Core\FAnsi.Core.csproj" />
34-
</ItemGroup>
35-
<ItemGroup>
36-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" />
37-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
38-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
39-
<PrivateAssets>all</PrivateAssets>
40-
</PackageReference>
41-
</ItemGroup>
42-
<ItemGroup>
43-
<None Include="..\README.md" Pack="true" PackagePath="\" />
44-
</ItemGroup>
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<PackageId>FAnsi.MicrosoftSql</PackageId>
4+
<version>0.0.7</version>
5+
<title>HIC.FAnsi.MicrosoftSql</title>
6+
<authors>Health Informatics Centre - University of Dundee</authors>
7+
<owners>Health Informatics Centre - University of Dundee</owners>
8+
<PackageProjectUrl>https://github.com/HicServices/FAnsiSql</PackageProjectUrl>
9+
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
10+
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
11+
<description>Microsoft SQL Server implementation for FAnsiSql</description>
12+
<PackageTags>Ansi,SQL,SqlServer,MicrosoftSQL</PackageTags>
13+
<AssemblyTitle>HIC.FAnsi.MicrosoftSql</AssemblyTitle>
14+
<Company>Health Informatics Centre, University of Dundee</Company>
15+
<Product>HIC.FAnsi.MicrosoftSql</Product>
16+
<Description>Microsoft SQL Server implementation for FAnsiSql</Description>
17+
<Copyright>Copyright © 2019-2025</Copyright>
18+
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
19+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
20+
<IsAotCompatible>true</IsAotCompatible>
21+
<NoWarn>CS1591</NoWarn>
22+
<NeutralLanguage>en-GB</NeutralLanguage>
23+
<DebugType>embedded</DebugType>
24+
<PackageReadmeFile>README.md</PackageReadmeFile>
25+
</PropertyGroup>
26+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
27+
<WarningLevel>1</WarningLevel>
28+
</PropertyGroup>
29+
<ItemGroup>
30+
<Compile Include="..\SharedAssemblyInfo.cs" Link="SharedAssemblyInfo.cs" />
31+
</ItemGroup>
32+
<ItemGroup>
33+
<ProjectReference Include="..\FAnsi.Core\FAnsi.Core.csproj" />
34+
</ItemGroup>
35+
<ItemGroup>
36+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.2" />
37+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
38+
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
39+
<PrivateAssets>all</PrivateAssets>
40+
</PackageReference>
41+
</ItemGroup>
42+
<ItemGroup>
43+
<None Include="..\README.md" Pack="true" PackagePath="\" />
44+
</ItemGroup>
4545
</Project>

0 commit comments

Comments
 (0)