File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Copyright >(c) $([System.DateTime]::Now.Year), Pawel Gerr. All rights reserved.</Copyright >
5- <VersionPrefix >8.2 .0</VersionPrefix >
6- <Authors >Pawel Gerr</Authors >
5+ <VersionPrefix >8.3 .0</VersionPrefix >
6+ <Authors >Pawel Gerr</Authors >
77 <GenerateDocumentationFile >true</GenerateDocumentationFile >
88 <PackageProjectUrl >https://dev.azure.com/pawelgerr/Thinktecture.EntityFrameworkCore</PackageProjectUrl >
99 <PackageIcon >icon.png</PackageIcon >
1212 <
RepositoryUrl >https://
[email protected] /pawelgerr/Thinktecture.EntityFrameworkCore/_git/Thinktecture.EntityFrameworkCore</
RepositoryUrl >
1313 <GenerateAssemblyCompanyAttribute >false</GenerateAssemblyCompanyAttribute >
1414 <RootNamespace >Thinktecture</RootNamespace >
15- <TargetFramework >net8.0</TargetFramework >
16- <LangVersion >12 .0</LangVersion >
15+ <TargetFramework >net8.0</TargetFramework >
16+ <LangVersion >13 .0</LangVersion >
1717 <Nullable >enable</Nullable >
1818 <NoWarn >$(NoWarn);CA1303;MSB3884;</NoWarn >
1919 <ImplicitUsings >enable</ImplicitUsings >
2222 <VSTestLogger >trx%3bLogFileName=$(MSBuildProjectName).trx</VSTestLogger >
2323 <VSTestResultsDirectory >$(MSBuildThisFileDirectory)test-results/$(TargetFramework)</VSTestResultsDirectory >
2424 </PropertyGroup >
25-
25+
2626 <ItemGroup >
2727 <Using Include =" Microsoft.EntityFrameworkCore" />
2828 </ItemGroup >
Original file line number Diff line number Diff line change 11<Project >
22 <ItemGroup >
33 <PackageVersion Include =" BenchmarkDotNet" Version =" 0.14.0" />
4- <PackageVersion Include =" FluentAssertions" Version =" 6.12.2 " />
4+ <PackageVersion Include =" FluentAssertions" Version =" 7.0.0 " />
55 <PackageVersion Include =" Microsoft.Data.SqlClient" Version =" 5.2.2" />
6- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.10 " />
7- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 8.0.10 " />
8- <PackageVersion Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.10 " />
9- <PackageVersion Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.10 " />
6+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.Design" Version =" 8.0.11 " />
7+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.Relational" Version =" 8.0.11 " />
8+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.Sqlite" Version =" 8.0.11 " />
9+ <PackageVersion Include =" Microsoft.EntityFrameworkCore.SqlServer" Version =" 8.0.11 " />
1010 <PackageVersion Include =" Microsoft.Extensions.Configuration.EnvironmentVariables" Version =" 8.0.0" />
1111 <PackageVersion Include =" Microsoft.Extensions.Configuration.Json" Version =" 8.0.1" />
1212 <PackageVersion Include =" Microsoft.Extensions.Logging.Console" Version =" 8.0.1" />
13- <PackageVersion Include =" Microsoft.Extensions.ObjectPool" Version =" 8.0.10 " />
14- <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.11.1 " />
13+ <PackageVersion Include =" Microsoft.Extensions.ObjectPool" Version =" 8.0.11 " />
14+ <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.12.0 " />
1515 <PackageVersion Include =" Microsoft.SourceLink.AzureRepos.Git" Version =" 8.0.0" PrivateAssets =" all" />
1616 <PackageVersion Include =" NSubstitute" Version =" 5.3.0" />
1717 <PackageVersion Include =" Serilog.Extensions.Logging" Version =" 8.0.0" />
You can’t perform that action at this time.
0 commit comments