Skip to content

Commit

Permalink
Merge pull request #2 from Dovrol/dependabot/nuget/src/AdaptiveBlazor…
Browse files Browse the repository at this point in the history
…/Microsoft.AspNetCore.Components.Web-8.0.3

Bump Microsoft.AspNetCore.Components.Web from 8.0.0 to 8.0.3 in /src/AdaptiveBlazor
  • Loading branch information
Dovrol authored Mar 18, 2024
2 parents 3dca6cc + 5a04c5e commit 08becb7
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions src/AdaptiveBlazor/AdaptiveBlazor.csproj
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>

<Import Project="../../Version.props" />

<PropertyGroup>
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
<Description>Blazor wrapper around Adaptive Web Components.</Description>
<PackageTags>web-components component-library blazor adaptive-web-components adaptive-ui microsoft-fast adaptive-web-design</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>


<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AdaptiveBlazor.Assets\AdaptiveBlazor.Assets.esproj" PrivateAssets="All" />
</ItemGroup>

</Project>
<Project Sdk="Microsoft.NET.Sdk.Razor">

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>

<Import Project="../../Version.props" />

<PropertyGroup>
<PackageProjectUrl>$(RepositoryUrl)</PackageProjectUrl>
<Description>Blazor wrapper around Adaptive Web Components.</Description>
<PackageTags>web-components component-library blazor adaptive-web-components adaptive-ui microsoft-fast adaptive-web-design</PackageTags>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion>
</PropertyGroup>


<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.3" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\AdaptiveBlazor.Assets\AdaptiveBlazor.Assets.esproj" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit 08becb7

Please sign in to comment.