|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net8.0;net6.0</TargetFrameworks> |
| 4 | + <TargetFrameworks>net9.0;net8.0</TargetFrameworks> |
5 | 5 | <Title>Finbuckle.Html5Validation</Title> |
6 | 6 | <Description>Html5 standard validation support for ASP.NET Core.</Description> |
7 | 7 | <ImplicitUsings>enable</ImplicitUsings> |
8 | 8 | <Nullable>enable</Nullable> |
9 | 9 | <LangVersion>default</LangVersion> |
10 | | - <Version>1.0.1</Version> |
| 10 | + <Version>9.0.0</Version> |
11 | 11 | <Authors>Finbuckle LLC</Authors> |
12 | 12 | <Copyright>Copyright Finbuckle LLC, Andrew White, and Contributors</Copyright> |
13 | 13 | <PackageIconUrl>https://www.finbuckle.com/images/finbuckle-128x128.png</PackageIconUrl> |
|
20 | 20 | <PackageIcon>finbuckle-128x128.png</PackageIcon> |
21 | 21 | <PackageReadmeFile>README.md</PackageReadmeFile> |
22 | 22 | <GenerateDocumentationFile>true</GenerateDocumentationFile> |
23 | | - <NoWarn>CS1591</NoWarn> |
| 23 | + <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> |
| 24 | + <RestoreLockedMode Condition="'$(ContinuousIntegrationBuild)' == 'true'">true</RestoreLockedMode> |
| 25 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 26 | + <Nullable>enable</Nullable> |
| 27 | + <ImplicitUsings>true</ImplicitUsings> |
24 | 28 | </PropertyGroup> |
25 | 29 |
|
26 | 30 | <ItemGroup> |
|
29 | 33 | </ItemGroup> |
30 | 34 |
|
31 | 35 | <ItemGroup> |
32 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" /> |
| 36 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.*" PrivateAssets="All" /> |
33 | 37 | <FrameworkReference Include="Microsoft.AspNetCore.App" /> |
34 | 38 | </ItemGroup> |
35 | 39 |
|
|
0 commit comments