Delete obsolete files

This commit is contained in:
Francesco D'Amico
2024-12-10 13:39:51 +01:00
parent a6e4353e97
commit 87b0a9993c
2 changed files with 0 additions and 17 deletions
@@ -1,14 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CodeAnalysisRuleSet>..\\Dot.Net.Basic.Configuration.Files.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
</Project>
@@ -1,3 +0,0 @@
using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage("StyleCop.CSharp.NamingRules", "SA1300:Element should begin with upper-case letter", Justification = "Error pages should be accessible with their number and the naming must start with an underscore.", Scope = "namespaceanddescendants", Target = "Recruitment.Tool")]