Remove not required things

This commit is contained in:
2021-07-08 10:00:39 +02:00
parent 8cafcf3dc2
commit 6baa8b6788
4 changed files with 1 additions and 193 deletions

View File

@@ -1,65 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<Company>ITSCare GbR</Company>
<Authors>ITSCare GbR</Authors>
<Copyright>Copyright © ITSCare GbR 2021</Copyright>
<Product>ITSCare Example WebApi</Product>
<Version>0.0.0.0</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyInformationalVersion>0.0.0.0</AssemblyInformationalVersion>
<FileVersion>0.0.0.0</FileVersion>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<WarningsAsErrors />
<NoWarn>1591</NoWarn>
<DocumentationFile>bin\Debug\net5.0\ITSCare.Example.Api.xml</DocumentationFile>
<OutputPath></OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<WarningsAsErrors />
<NoWarn>1591</NoWarn>
<DocumentationFile>bin\Release\net5.0\ITSCare.Example.Api.xml</DocumentationFile>
<OutputPath></OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ITSCare.Common\ITSCare.Common.csproj" />
<ProjectReference Include="..\..\ITSCare.Data.EntityFramework\ITSCare.Data.EntityFramework.csproj" />
<ProjectReference Include="..\..\ITSCare.Data\ITSCare.Data.csproj" />
<ProjectReference Include="..\..\ITSCare.IoC.DotNetCore\ITSCare.IoC.DotNetCore.csproj" />
<ProjectReference Include="..\..\ITSCare.IoC\ITSCare.IoC.csproj" />
<ProjectReference Include="..\..\ITSCare.Job.Scheduling\ITSCare.Job.Scheduling.csproj" />
<ProjectReference Include="..\..\ITSCare.Job\ITSCare.Job.csproj" />
<ProjectReference Include="..\..\ITSCare.Web.Api.Authentication.SkyNet\ITSCare.Web.Api.Authentication.SkyNet.csproj" />
<ProjectReference Include="..\..\ITSCare.Web.Api.Cors.DotNetCore\ITSCare.Web.Api.Cors.DotNetCore.csproj" />
<ProjectReference Include="..\..\ITSCare.Web.Api.DotNetCore\ITSCare.Web.Api.DotNetCore.csproj" />
<ProjectReference Include="..\..\ITSCare.Web.Api.Swagger\ITSCare.Web.Api.Swagger.csproj" />
<ProjectReference Include="..\..\ITSCare.Web.Api\ITSCare.Web.Api.csproj" />
<ProjectReference Include="..\ITSCare.Example.Jobs.SayHelloWorld\ITSCare.Example.Jobs.SayHelloWorld.csproj" />
<ProjectReference Include="..\ITSCare.Example.Logic\ITSCare.Example.Logic.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,63 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<Company>ITSCare GbR</Company>
<Authors>ITSCare GbR</Authors>
<Copyright>Copyright © ITSCare GbR 2021</Copyright>
<Product>ITSCare Example WebApi</Product>
<Version>0.0.0.0</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyInformationalVersion>0.0.0.0</AssemblyInformationalVersion>
<FileVersion>0.0.0.0</FileVersion>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<WarningsAsErrors />
<NoWarn>1591</NoWarn>
<DocumentationFile>bin\Debug\net5.0\ITSCare.Example.Api.xml</DocumentationFile>
<OutputPath></OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<WarningsAsErrors />
<NoWarn>1591</NoWarn>
<DocumentationFile>bin\Release\net5.0\ITSCare.Example.Api.xml</DocumentationFile>
<OutputPath></OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ITSCare.Common\ITSCare.Common.csproj" />
<ProjectReference Include="..\..\ITSCare.Data.EntityFramework\ITSCare.Data.EntityFramework.csproj" />
<ProjectReference Include="..\..\ITSCare.Data\ITSCare.Data.csproj" />
<ProjectReference Include="..\..\ITSCare.IoC.DotNetCore\ITSCare.IoC.DotNetCore.csproj" />
<ProjectReference Include="..\..\ITSCare.IoC\ITSCare.IoC.csproj" />
<ProjectReference Include="..\..\ITSCare.Job.Scheduling\ITSCare.Job.Scheduling.csproj" />
<ProjectReference Include="..\..\ITSCare.Job\ITSCare.Job.csproj" />
<ProjectReference Include="..\..\ITSCare.Web.Api.Cors.DotNetCore\ITSCare.Web.Api.Cors.DotNetCore.csproj" />
<ProjectReference Include="..\..\ITSCare.Web.Api.DotNetCore\ITSCare.Web.Api.DotNetCore.csproj" />
<ProjectReference Include="..\..\ITSCare.Web.Api.Swagger\ITSCare.Web.Api.Swagger.csproj" />
<ProjectReference Include="..\ITSCare.Example.Jobs.SayHelloWorld\ITSCare.Example.Jobs.SayHelloWorld.csproj" />
<ProjectReference Include="..\ITSCare.Example.Logic\ITSCare.Example.Logic.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,59 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<Company>ITSCare GbR</Company>
<Authors>ITSCare GbR</Authors>
<Copyright>Copyright © ITSCare GbR 2021</Copyright>
<Product>ITSCare Example WebApi</Product>
<Version>0.0.0.0</Version>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyInformationalVersion>0.0.0.0</AssemblyInformationalVersion>
<FileVersion>0.0.0.0</FileVersion>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<LangVersion>latest</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<WarningsAsErrors />
<NoWarn>1591</NoWarn>
<DocumentationFile>bin\Debug\net5.0\ITSCare.Example.Api.xml</DocumentationFile>
<OutputPath></OutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
<WarningsAsErrors />
<NoWarn>1591</NoWarn>
<DocumentationFile>bin\Release\net5.0\ITSCare.Example.Api.xml</DocumentationFile>
<OutputPath></OutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.2" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="5.0.1" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\ITSCare.Common\ITSCare.Common.csproj" />
<ProjectReference Include="..\..\ITSCare.Data.EntityFramework\ITSCare.Data.EntityFramework.csproj" />
<ProjectReference Include="..\..\ITSCare.Data\ITSCare.Data.csproj" />
<ProjectReference Include="..\..\ITSCare.IoC.DotNetCore\ITSCare.IoC.DotNetCore.csproj" />
<ProjectReference Include="..\..\ITSCare.IoC\ITSCare.IoC.csproj" />
<ProjectReference Include="..\..\ITSCare.Job\ITSCare.Job.csproj" />
<ProjectReference Include="..\ITSCare.Example.Jobs.SayHelloWorld\ITSCare.Example.Jobs.SayHelloWorld.csproj" />
<ProjectReference Include="..\ITSCare.Example.Logic\ITSCare.Example.Logic.csproj" />
</ItemGroup>
</Project>

View File

@@ -8,13 +8,8 @@
},
"AllowedHosts": "*",
"WebApi": {
"SupportEMail": "support@itscare.de"
"SupportEMail": "support@someone.de"
},
"SkyNet": {
"AppId": 86,
"Audience": "39CE2111-475C-42FE-88F7-9B7A29D0262C"
},
"LogPath": "log/{Date}.log",
"SayHelloWorldJob": {
"CronExpression": "*/30 * * * * ? *",
"Name": "Example Job"