File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22<Project DefaultTargets =" All" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion =" Current" >
33 <PropertyGroup >
44 <!-- Increment the overall semantic version here. -->
5- <Version >1 .0.1 </Version >
5+ <Version >2 .0.0 </Version >
66 <SolutionName >Autofac.Pooling</SolutionName >
77 <Configuration Condition =" '$(Configuration)'==''" >Release</Configuration >
88 <ArtifactDirectory >$([System.IO.Path]::Combine($(MSBuildProjectDirectory),"artifacts"))</ArtifactDirectory >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework > netstandard2.0</TargetFramework >
4+ <TargetFrameworks >net10.0;net8.0; netstandard2.1;netstandard2. 0</TargetFrameworks >
55 <Nullable >enable</Nullable >
66 <LangVersion >latest</LangVersion >
77 <GenerateDocumentationFile >true</GenerateDocumentationFile >
4242 </ItemGroup >
4343
4444 <ItemGroup >
45- <PackageReference Include =" Autofac" Version =" 6.0 .0" />
46- <PackageReference Include =" Microsoft.Extensions.ObjectPool" Version =" 3.1.5 " />
45+ <PackageReference Include =" Autofac" Version =" 9.1 .0" />
46+ <PackageReference Include =" Microsoft.Extensions.ObjectPool" Version =" 10.0.8 " />
4747
4848 <PackageReference Include =" Microsoft.CodeAnalysis.Analyzers" Version =" 3.0.0" >
4949 <PrivateAssets >all</PrivateAssets >
5050 <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
5151 </PackageReference >
52- <PackageReference Include =" Microsoft.CodeAnalysis.FxCopAnalyzers" Version =" 3.0.0" >
53- <PrivateAssets >all</PrivateAssets >
54- <IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
55- </PackageReference >
56- <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" Condition =" Exists('$(MSBuildThisFileDirectory)../../.git')" >
52+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 10.0.300" Condition =" Exists('$(MSBuildThisFileDirectory)../../.git')" >
5753 <PrivateAssets >All</PrivateAssets >
5854 </PackageReference >
59- <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.164 " >
55+ <PackageReference Include =" StyleCop.Analyzers" Version =" 1.2.0-beta.556 " >
6056 <PrivateAssets >All</PrivateAssets >
6157 </PackageReference >
6258 </ItemGroup >
You can’t perform that action at this time.
0 commit comments