Skip to content

Commit f5d3c36

Browse files
authored
Merge pull request #10 from DoubledDoge/dependabot/nuget/src/TypeGuard.Blazor/nuget-dependencies-32feb72739
chore: Bump the nuget-dependencies group with 1 update
2 parents a862778 + 8354db8 commit f5d3c36

1 file changed

Lines changed: 41 additions & 41 deletions

File tree

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Razor">
2-
<PropertyGroup>
3-
<TargetFrameworks>net9.0;net10.0</TargetFrameworks>
4-
<LangVersion>latest</LangVersion>
5-
<PlatformTarget>AnyCpu</PlatformTarget>
6-
<OutputType>Library</OutputType>
7-
<ImplicitUsings>enable</ImplicitUsings>
8-
<Nullable>enable</Nullable>
9-
<Optimize>true</Optimize>
10-
<Deterministic>true</Deterministic>
11-
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
12-
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
13-
<AnalysisLevel>latest</AnalysisLevel>
14-
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
15-
<GenerateDocumentationFile>true</GenerateDocumentationFile>
16-
<ContinuousIntegrationBuild Condition="'$(CI)' == 'true'">true</ContinuousIntegrationBuild>
17-
</PropertyGroup>
18-
19-
<PropertyGroup>
20-
<PackageId>TypeGuard.Blazor</PackageId>
21-
<Version>1.0.0</Version>
22-
<Authors>DoubledDoge</Authors>
23-
<Description>Blazor implementation for TypeGuard.</Description>
24-
<PackageIcon>icon.png</PackageIcon>
25-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
26-
<PackageProjectUrl>https://github.com/DoubledDoge/typeguard</PackageProjectUrl>
27-
<RepositoryUrl>https://github.com/DoubledDoge/typeguard</RepositoryUrl>
28-
<RepositoryType>git</RepositoryType>
29-
<PackageTags>web;validation;input-validation;gui;</PackageTags>
30-
<PackageReadmeFile>README.md</PackageReadmeFile>
31-
<PackageReleaseNotes>See https://github.com/DoubledDoge/typeguard/releases for release notes.</PackageReleaseNotes>
32-
</PropertyGroup>
33-
34-
<ItemGroup>
35-
<SupportedPlatform Include="browser" />
36-
<None Include="../../README.md" Pack="true" PackagePath="/" />
37-
<None Include="../../icon.png" Pack="true" PackagePath="/" />
38-
<ProjectReference Include="..\TypeGuard.Core\TypeGuard.Core.csproj" />
39-
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.13" />
40-
</ItemGroup>
41-
</Project>
1+
<Project Sdk="Microsoft.NET.Sdk.Razor">
2+
<PropertyGroup>
3+
<TargetFrameworks>net9.0;net10.0</TargetFrameworks>
4+
<LangVersion>latest</LangVersion>
5+
<PlatformTarget>AnyCpu</PlatformTarget>
6+
<OutputType>Library</OutputType>
7+
<ImplicitUsings>enable</ImplicitUsings>
8+
<Nullable>enable</Nullable>
9+
<Optimize>true</Optimize>
10+
<Deterministic>true</Deterministic>
11+
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
12+
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
13+
<AnalysisLevel>latest</AnalysisLevel>
14+
<EmitCompilerGeneratedFiles>true</EmitCompilerGeneratedFiles>
15+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
16+
<ContinuousIntegrationBuild Condition="'$(CI)' == 'true'">true</ContinuousIntegrationBuild>
17+
</PropertyGroup>
18+
19+
<PropertyGroup>
20+
<PackageId>TypeGuard.Blazor</PackageId>
21+
<Version>1.0.0</Version>
22+
<Authors>DoubledDoge</Authors>
23+
<Description>Blazor implementation for TypeGuard.</Description>
24+
<PackageIcon>icon.png</PackageIcon>
25+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
26+
<PackageProjectUrl>https://github.com/DoubledDoge/typeguard</PackageProjectUrl>
27+
<RepositoryUrl>https://github.com/DoubledDoge/typeguard</RepositoryUrl>
28+
<RepositoryType>git</RepositoryType>
29+
<PackageTags>web;validation;input-validation;gui;</PackageTags>
30+
<PackageReadmeFile>README.md</PackageReadmeFile>
31+
<PackageReleaseNotes>See https://github.com/DoubledDoge/typeguard/releases for release notes.</PackageReleaseNotes>
32+
</PropertyGroup>
33+
34+
<ItemGroup>
35+
<SupportedPlatform Include="browser" />
36+
<None Include="../../README.md" Pack="true" PackagePath="/" />
37+
<None Include="../../icon.png" Pack="true" PackagePath="/" />
38+
<ProjectReference Include="..\TypeGuard.Core\TypeGuard.Core.csproj" />
39+
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="9.0.14" />
40+
</ItemGroup>
41+
</Project>

0 commit comments

Comments
 (0)