Fix projects
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Company>Gerst ITS</Company>
|
<Company>Gerst ITS</Company>
|
||||||
<Authors>Gerst ITS</Authors>
|
<Authors>Gerst ITS</Authors>
|
||||||
<Copyright>© 2021 Gerst ITS</Copyright>
|
<Copyright>© 2023 Gerst ITS</Copyright>
|
||||||
<Authors>Gerst ITS</Authors>
|
<Authors>Gerst ITS</Authors>
|
||||||
<Product>Gerst ITS Examples Web Api</Product>
|
<Product>Gerst ITS Examples Web Api</Product>
|
||||||
<Description>Exapmle Web Api</Description>
|
<Description>Exapmle Web Api</Description>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
||||||
<WarningsAsErrors />
|
<WarningsAsErrors />
|
||||||
<NoWarn>1591</NoWarn>
|
<NoWarn>1591</NoWarn>
|
||||||
<DocumentationFile>bin\Release\net5.0\GerstITS.Example.Api.xml</DocumentationFile>
|
<DocumentationFile>bin\Release\net8.0\GerstITS.Example.Api.xml</DocumentationFile>
|
||||||
<OutputPath></OutputPath>
|
<OutputPath></OutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
@@ -32,7 +32,7 @@
|
|||||||
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
|
||||||
<WarningsAsErrors />
|
<WarningsAsErrors />
|
||||||
<NoWarn>1591</NoWarn>
|
<NoWarn>1591</NoWarn>
|
||||||
<DocumentationFile>bin\Release\net5.0\GerstITS.Example.Api.xml</DocumentationFile>
|
<DocumentationFile>bin\Release\net8.0\GerstITS.Example.Api.xml</DocumentationFile>
|
||||||
<OutputPath></OutputPath>
|
<OutputPath></OutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
@@ -69,4 +69,9 @@
|
|||||||
<ProjectReference Include="..\GerstITS.Examples.Logic\GerstITS.Examples.Logic.csproj" />
|
<ProjectReference Include="..\GerstITS.Examples.Logic\GerstITS.Examples.Logic.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectCapability Include="ConfigurableFileNesting" />
|
||||||
|
<ProjectCapability Include="ConfigurableFileNestingFeatureEnabled" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Company>Gerst ITS</Company>
|
<Company>Gerst ITS</Company>
|
||||||
<Authors>Gerst ITS</Authors>
|
<Authors>Gerst ITS</Authors>
|
||||||
<Copyright>© 2021 Gerst ITS</Copyright>
|
<Copyright>© 2023 Gerst ITS</Copyright>
|
||||||
<Product>Gerst ITS Examples Job</Product>
|
<Product>Gerst ITS Examples Job</Product>
|
||||||
<Description>Exapmle job.</Description>
|
<Description>Exapmle job.</Description>
|
||||||
<Version>0.0.0.0</Version>
|
<Version>0.0.0.0</Version>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
@@ -41,9 +41,8 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Update="Module.Jobs.cs">
|
<ProjectCapability Include="ConfigurableFileNesting" />
|
||||||
<DependentUpon>Module.cs</DependentUpon>
|
<ProjectCapability Include="ConfigurableFileNestingFeatureEnabled" />
|
||||||
</Compile>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Company>Gerst ITS</Company>
|
<Company>Gerst ITS</Company>
|
||||||
<Authors>Gerst ITS</Authors>
|
<Authors>Gerst ITS</Authors>
|
||||||
<Copyright>© 2021 Gerst ITS</Copyright>
|
<Copyright>© 2023 Gerst ITS</Copyright>
|
||||||
<Product>Gerst ITS Examples logic</Product>
|
<Product>Gerst ITS Examples logic</Product>
|
||||||
<Description>Exapmle Logic.</Description>
|
<Description>Exapmle Logic.</Description>
|
||||||
<Version>0.0.0.0</Version>
|
<Version>0.0.0.0</Version>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
@@ -44,12 +44,8 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Update="Module.Example.cs">
|
<ProjectCapability Include="ConfigurableFileNesting" />
|
||||||
<DependentUpon>Module.cs</DependentUpon>
|
<ProjectCapability Include="ConfigurableFileNestingFeatureEnabled" />
|
||||||
</Compile>
|
|
||||||
<Compile Update="Module.Shared.cs">
|
|
||||||
<DependentUpon>Module.cs</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Company>Gerst ITS</Company>
|
<Company>Gerst ITS</Company>
|
||||||
<Authors>Gerst ITS</Authors>
|
<Authors>Gerst ITS</Authors>
|
||||||
<Copyright>© 2021 Gerst ITS</Copyright>
|
<Copyright>© 2023 Gerst ITS</Copyright>
|
||||||
<Product>Gerst ITS Examples Web Api client console application</Product>
|
<Product>Gerst ITS Examples Web Api client console application</Product>
|
||||||
<Description>Exapmle Web Api client console application.</Description>
|
<Description>Exapmle Web Api client console application.</Description>
|
||||||
<Version>0.0.0.0</Version>
|
<Version>0.0.0.0</Version>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
<OutputType>Exe</OutputType>
|
<OutputType>Exe</OutputType>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
@@ -49,13 +49,18 @@
|
|||||||
<PackageReference Include="GerstITS.System" Version="2023.8.4" />
|
<PackageReference Include="GerstITS.System" Version="2023.8.4" />
|
||||||
<PackageReference Include="GerstITS.Web" Version="2023.8.4" />
|
<PackageReference Include="GerstITS.Web" Version="2023.8.4" />
|
||||||
<PackageReference Include="GerstITS.Web.Rest" Version="2023.8.4" />
|
<PackageReference Include="GerstITS.Web.Rest" Version="2023.8.4" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Configuration" Version="7.0.0" />
|
<PackageReference Include="Microsoft.Extensions.Configuration" Version="8.0.0" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="7.0.0" />
|
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="8.0.0" />
|
||||||
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="7.0.0" />
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="..\GerstITS.WebClients.Example.Api\GerstITS.Examples.WebClients.Examples.Api.csproj" />
|
<ProjectReference Include="..\GerstITS.WebClients.Example.Api\GerstITS.Examples.WebClients.Examples.Api.csproj" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<ProjectCapability Include="ConfigurableFileNesting" />
|
||||||
|
<ProjectCapability Include="ConfigurableFileNestingFeatureEnabled" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Company>Gerst ITS</Company>
|
<Company>Gerst ITS</Company>
|
||||||
<Authors>Gerst ITS</Authors>
|
<Authors>Gerst ITS</Authors>
|
||||||
<Copyright>© 2021 Gerst ITS</Copyright>
|
<Copyright>© 2023 Gerst ITS</Copyright>
|
||||||
<Product>Gerst ITS Examples Web Api client</Product>
|
<Product>Gerst ITS Examples Web Api client</Product>
|
||||||
<Description>Exapmle Web Api client.</Description>
|
<Description>Exapmle Web Api client.</Description>
|
||||||
<Version>0.0.0.0</Version>
|
<Version>0.0.0.0</Version>
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
<LangVersion>latest</LangVersion>
|
<LangVersion>latest</LangVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
@@ -40,12 +40,8 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Update="Module.Configurations.cs">
|
<ProjectCapability Include="ConfigurableFileNesting" />
|
||||||
<DependentUpon>Module.cs</DependentUpon>
|
<ProjectCapability Include="ConfigurableFileNestingFeatureEnabled" />
|
||||||
</Compile>
|
|
||||||
<Compile Update="Module.CreationRules.cs">
|
|
||||||
<DependentUpon>Module.cs</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
Reference in New Issue
Block a user