diff options
author | crupest <crupest@outlook.com> | 2022-12-03 19:28:00 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-03 19:28:00 +0800 |
commit | bbc8a0cb05cb939ec5bda92c4a6792a2ecf64a04 (patch) | |
tree | ea212efd7a297b7ddc42fbabc9c830e839c16475 /BackEnd/Timeline/Timeline.csproj | |
parent | 3cc9af427023a1c96bb7f168a895f5fcf9a71ac8 (diff) | |
parent | 5239049afe90d2ef926c1e1b917172b5f44b52fc (diff) | |
download | timeline-bbc8a0cb05cb939ec5bda92c4a6792a2ecf64a04.tar.gz timeline-bbc8a0cb05cb939ec5bda92c4a6792a2ecf64a04.tar.bz2 timeline-bbc8a0cb05cb939ec5bda92c4a6792a2ecf64a04.zip |
Merge pull request #1352 from crupest/renovate/major-dotnet-monorepo
Diffstat (limited to 'BackEnd/Timeline/Timeline.csproj')
-rw-r--r-- | BackEnd/Timeline/Timeline.csproj | 47 |
1 files changed, 15 insertions, 32 deletions
diff --git a/BackEnd/Timeline/Timeline.csproj b/BackEnd/Timeline/Timeline.csproj index dbadf461..88ea0be0 100644 --- a/BackEnd/Timeline/Timeline.csproj +++ b/BackEnd/Timeline/Timeline.csproj @@ -1,26 +1,20 @@ <Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <UserSecretsId>1f6fb74d-4277-4bc0-aeea-b1fc5ffb0b43</UserSecretsId>
- <Authors>crupest</Authors>
-
- <IsPackable>false</IsPackable>
+ <TargetFramework>net7.0</TargetFramework>
- <LangVersion>10.0</LangVersion>
+ <LangVersion>11.0</LangVersion>
<Nullable>enable</Nullable>
- <SpaRoot>ClientApp\</SpaRoot>
+ <NoWarn>CS1591</NoWarn>
+ <Authors>crupest</Authors>
<Version>0.4.0</Version>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<IncludeOpenAPIAnalyzers>true</IncludeOpenAPIAnalyzers>
- <NoWarn>1591</NoWarn>
+ <SpaRoot>ClientApp\</SpaRoot>
</PropertyGroup>
- <PropertyGroup Condition=" '$(RunConfiguration)' == 'Dev' " />
- <PropertyGroup Condition=" '$(RunConfiguration)' == 'Staging' " />
- <PropertyGroup Condition=" '$(RunConfiguration)' == 'Dev-Mock' " />
<ItemGroup>
<Content Include="default-avatar.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -37,14 +31,11 @@ <PackageReference Include="AutoMapper" Version="12.0.0" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.0" />
<PackageReference Include="Markdig" Version="0.30.4" />
- <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="6.0.11" />
- <PackageReference Include="Microsoft.EntityFrameworkCore" Version="6.0.11" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="6.0.11" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="6.0.11" />
- <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.11">
- <PrivateAssets>all</PrivateAssets>
- <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
- </PackageReference>
+ <PackageReference Include="Microsoft.AspNetCore.SpaServices.Extensions" Version="7.0.0" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.0" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Analyzers" Version="7.0.0" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="7.0.0" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.0" />
<PackageReference Include="NSwag.AspNetCore" Version="13.18.0" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.3" />
</ItemGroup>
@@ -126,9 +117,9 @@ <DependentUpon>Resource.resx</DependentUpon>
</Compile>
<Compile Update="SignalRHub\Resource.Designer.cs">
- <DesignTime>True</DesignTime>
- <AutoGen>True</AutoGen>
- <DependentUpon>Resource.resx</DependentUpon>
+ <DesignTime>True</DesignTime>
+ <AutoGen>True</AutoGen>
+ <DependentUpon>Resource.resx</DependentUpon>
</Compile>
</ItemGroup>
@@ -194,16 +185,8 @@ <LastGenOutput>Resource.Designer.cs</LastGenOutput>
</EmbeddedResource>
<EmbeddedResource Update="SignalRHub\Resource.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resource.Designer.cs</LastGenOutput>
+ <Generator>ResXFileCodeGenerator</Generator>
+ <LastGenOutput>Resource.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
- <ItemGroup>
- <None Remove="Controllers\V2\" />
- <None Remove="Services\User\RegisterCode\" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Controllers\V2\" />
- <Folder Include="Services\User\RegisterCode\" />
- </ItemGroup>
</Project>
\ No newline at end of file |