Files
sql-server-samples/samples/features/security/ledger/source/ContosoHR/ContosoHR.csproj
T
dependabot[bot] 41b6c2e3d6 Bump Microsoft.Data.SqlClient
Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 2.1.3 to 2.1.7.
- [Release notes](https://github.com/dotnet/sqlclient/releases)
- [Changelog](https://github.com/dotnet/SqlClient/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dotnet/sqlclient/compare/v2.1.3...v2.1.7)

---
updated-dependencies:
- dependency-name: Microsoft.Data.SqlClient
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-16 19:44:52 +00:00

68 lines
3.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<UserSecretsId>54e8ce16-db31-4c81-a83f-e7f742cb59d9</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Areas\Identity\Data\**" />
<Compile Remove="Areas\Identity\Pages\Account\**" />
<Compile Remove="Pages\Roles\**" />
<Content Remove="Areas\Identity\Data\**" />
<Content Remove="Areas\Identity\Pages\Account\**" />
<Content Remove="Pages\Roles\**" />
<EmbeddedResource Remove="Areas\Identity\Data\**" />
<EmbeddedResource Remove="Areas\Identity\Pages\Account\**" />
<EmbeddedResource Remove="Pages\Roles\**" />
<None Remove="Areas\Identity\Data\**" />
<None Remove="Areas\Identity\Pages\Account\**" />
<None Remove="Pages\Roles\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Areas\Identity\IdentityHostingStartup.cs" />
<Compile Remove="Areas\Identity\Pages\Error.cshtml.cs" />
<Compile Remove="Controllers\Class.cs" />
<Compile Remove="Controllers\RoleController.cs" />
<Compile Remove="Models\EmployeeLedgerEntryService.cs" />
<Compile Remove="Pages\EmployeeLedgerEntries\Class.cs" />
</ItemGroup>
<ItemGroup>
<Content Remove="Areas\Identity\Pages\Error.cshtml" />
<Content Remove="Areas\Identity\Pages\_ValidationScriptsPartial.cshtml" />
<Content Remove="Areas\Identity\Pages\_ViewImports.cshtml" />
<Content Remove="Pages\EmployeeLedger.razor" />
<Content Remove="Pages\Index1.cshtml" />
<Content Remove="_Layout.cshtml" />
</ItemGroup>
<ItemGroup>
<None Remove="Pages\JavaScript.js" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.10.2" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.6" />
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.6.1" />
<PackageReference Include="Microsoft.Data.SqlClient" Version="2.1.7" />
<PackageReference Include="Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider" Version="2.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.6" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.6">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.IdentityModel.Clients.ActiveDirectory" Version="5.2.9" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.2" />
<PackageReference Include="System.Linq.Dynamic.Core" Version="1.3.0" />
</ItemGroup>
</Project>