Logo
Explore Help
Register Sign In
kubernetes-client/csharp
1
0
Fork 0
You've already forked csharp
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
d59f4da2ae3138bd5ebee32b3c6bce53e88bba5a
csharp/examples/webApiDependencyInjection/webApiDependencyInjection.csproj

13 lines
276 B
XML
Raw Normal View History

ASP.NET core web api DI example (#950) * Added example source code * Removed unnecessary nuget package
2022-07-14 01:36:56 +02:00
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
Bump Swashbuckle.AspNetCore from 6.3.2 to 6.4.0 (#958) Bumps [Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) from 6.3.2 to 6.4.0. - [Release notes](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/releases) - [Commits](https://github.com/domaindrivendev/Swashbuckle.AspNetCore/compare/v6.3.2...v6.4.0) --- updated-dependencies: - dependency-name: Swashbuckle.AspNetCore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-21 14:15:16 -07:00
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.4.0" />
ASP.NET core web api DI example (#950) * Added example source code * Removed unnecessary nuget package
2022-07-14 01:36:56 +02:00
</ItemGroup>
</Project>
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 92ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API