Skip to content
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
88 changes: 44 additions & 44 deletions FAnsi.MicrosoftSql/FAnsi.MicrosoftSql.csproj
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>FAnsi.MicrosoftSql</PackageId>
<version>0.0.7</version>
<title>HIC.FAnsi.MicrosoftSql</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>Microsoft SQL Server implementation for FAnsiSql</description>
<PackageTags>Ansi,SQL,SqlServer,MicrosoftSQL</PackageTags>
<AssemblyTitle>HIC.FAnsi.MicrosoftSql</AssemblyTitle>
<Company>Health Informatics Centre, University of Dundee</Company>
<Product>HIC.FAnsi.MicrosoftSql</Product>
<Description>Microsoft SQL Server implementation for FAnsiSql</Description>
<Copyright>Copyright © 2019-2025</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>
<ProjectReference Include="..\FAnsi.Core\FAnsi.Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.0.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>FAnsi.MicrosoftSql</PackageId>
<version>0.0.7</version>
<title>HIC.FAnsi.MicrosoftSql</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>Microsoft SQL Server implementation for FAnsiSql</description>
<PackageTags>Ansi,SQL,SqlServer,MicrosoftSQL</PackageTags>
<AssemblyTitle>HIC.FAnsi.MicrosoftSql</AssemblyTitle>
<Company>Health Informatics Centre, University of Dundee</Company>
<Product>HIC.FAnsi.MicrosoftSql</Product>
<Description>Microsoft SQL Server implementation for FAnsiSql</Description>
<Copyright>Copyright © 2019-2025</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>
<ProjectReference Include="..\FAnsi.Core\FAnsi.Core.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>
<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
</Project>
Loading