|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | | - <TargetFrameworks>net6.0;net7.0</TargetFrameworks> |
5 | | - <LangVersion>11.0</LangVersion> |
| 4 | + <TargetFrameworks>net8.0</TargetFrameworks> |
| 5 | + <LangVersion>12.0</LangVersion> |
6 | 6 | <ImplicitUsings>enable</ImplicitUsings> |
7 | 7 | <Nullable>enable</Nullable> |
8 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
9 | | - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
10 | 8 | <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
11 | 9 | <PublishRepositoryUrl>true</PublishRepositoryUrl> |
12 | 10 | <EmbedUntrackedSources>true</EmbedUntrackedSources> |
|
21 | 19 | <PackageLicenseFile>LICENSE.txt</PackageLicenseFile> |
22 | 20 | <Copyright>Copyright © myNOC LLC 2023</Copyright> |
23 | 21 | <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
24 | | - <PackageProjectUrl>https://github.com/erenken/queryPattern</PackageProjectUrl> |
25 | | - <RepositoryUrl>https://github.com/erenken/queryPattern</RepositoryUrl> |
26 | | - <RepositoryType>git</RepositoryType> |
27 | | - </PropertyGroup> |
28 | | - |
29 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net6.0|AnyCPU'"> |
30 | | - <DebugSymbols>true</DebugSymbols> |
31 | | - <DebugType>pdbonly</DebugType> |
32 | | - <Optimize>true</Optimize> |
33 | 22 | </PropertyGroup> |
34 | 23 |
|
35 | | - <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net7.0|AnyCPU'"> |
| 24 | + <PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net8.0|AnyCPU'"> |
36 | 25 | <DebugSymbols>true</DebugSymbols> |
37 | 26 | <DebugType>pdbonly</DebugType> |
38 | 27 | <Optimize>true</Optimize> |
|
44 | 33 | </ItemGroup> |
45 | 34 |
|
46 | 35 | <ItemGroup> |
47 | | - <PackageReference Include="Microsoft.EntityFrameworkCore" Version="7.0.5" /> |
48 | | - <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1"> |
49 | | - <PrivateAssets>all</PrivateAssets> |
50 | | - <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
51 | | - </PackageReference> |
| 36 | + <PackageReference Include="Microsoft.EntityFrameworkCore" Version="8.0.3" /> |
52 | 37 | </ItemGroup> |
53 | 38 |
|
54 | 39 | </Project> |
0 commit comments