Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<Project>

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework>net10.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>12</LangVersion>
<LangVersion>14</LangVersion>
<Company>Atypical Consulting SRL</Company>
</PropertyGroup>

Expand Down
8 changes: 4 additions & 4 deletions src/FastComponents/FastComponents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<PropertyGroup>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
<EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild>
<AnalysisLevel>8.0-recommended</AnalysisLevel>
<AnalysisLevel>10.0-recommended</AnalysisLevel>
<AnalysisModeDesign>All</AnalysisModeDesign>
<AnalysisModeDocumentation>All</AnalysisModeDocumentation>
<AnalysisModeGlobalization>All</AnalysisModeGlobalization>
Expand Down Expand Up @@ -81,10 +81,10 @@
<Company>Atypical Consulting SRL</Company>
<Product>FastComponents</Product>
<Description>
Code web, think .NET 8 with FastComponents for a successful MRA (Multiple Resources Application).
Code web, think .NET 10 with FastComponents for a successful MRA (Multiple Resources Application).
</Description>
<PackageTags>fastcomponents;mra architecture;core;net8</PackageTags>
<Copyright>Copyright (c) 2020-2024 Atypical Consulting SRL</Copyright>
<PackageTags>fastcomponents;mra architecture;core;net10</PackageTags>
<Copyright>Copyright (c) 2020-2026 Atypical Consulting SRL</Copyright>
<PackageProjectUrl>https://github.com/Atypical-Consulting/FastComponents</PackageProjectUrl>
<RepositoryUrl>https://github.com/Atypical-Consulting/FastComponents.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
Expand Down
Loading