File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 <!-- External packages -->
88 <PackageVersion Include =" CliWrap" Version =" 3.10.1" />
99 <PackageVersion Include =" ModelContextProtocol.Core" Version =" 1.2.0" />
10- <PackageVersion Include =" NuGet.Common" Version =" 7.3.0 " />
11- <PackageVersion Include =" NuGet.Configuration" Version =" 7.3.0 " />
12- <PackageVersion Include =" NuGet.Protocol" Version =" 7.3.0 " />
13- <PackageVersion Include =" NuGet.Versioning" Version =" 7.3.0 " />
10+ <PackageVersion Include =" NuGet.Common" Version =" 7.3.1 " />
11+ <PackageVersion Include =" NuGet.Configuration" Version =" 7.3.1 " />
12+ <PackageVersion Include =" NuGet.Protocol" Version =" 7.3.1 " />
13+ <PackageVersion Include =" NuGet.Versioning" Version =" 7.3.1 " />
1414 <PackageVersion Include =" Shouldly" Version =" 4.3.0" />
1515 <PackageVersion Include =" StreamJsonRpc" Version =" 2.24.84" />
1616 <PackageVersion Include =" TimeWarp.Build.Tasks" Version =" 1.0.0" />
2222 <PackageVersion Include =" Roslynator.Analyzers" Version =" 4.15.0" />
2323 <PackageVersion Include =" Roslynator.CodeAnalysis.Analyzers" Version =" 4.15.0" />
2424 <PackageVersion Include =" Roslynator.Formatting.Analyzers" Version =" 4.15.0" />
25- <PackageVersion Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 10.0.201 " />
25+ <PackageVersion Include =" Microsoft.CodeAnalysis.NetAnalyzers" Version =" 10.0.203 " />
2626 <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp.CodeStyle" Version =" 5.3.0" />
2727 <PackageVersion Include =" Microsoft.CodeAnalysis.BannedApiAnalyzers" Version =" 4.14.0" />
2828
Original file line number Diff line number Diff line change 55 <!-- Default package metadata (can be overridden in individual projects) -->
66 <PropertyGroup Label =" Package Metadata" >
77 <IsPackable >true</IsPackable >
8- <Version >1.0.0-beta.30 </Version >
8+ <Version >1.0.0-beta.31 </Version >
99 <Authors >Steven T. Cramer</Authors >
1010 <RepositoryUrl >https://github.com/TimeWarpEngineering/timewarp-amuru</RepositoryUrl >
1111 <PackageLicenseExpression >Unlicense</PackageLicenseExpression >
Original file line number Diff line number Diff line change 1111 <TreatWarningsAsErrors >false</TreatWarningsAsErrors >
1212 <SuppressNETCoreSdkPreviewMessage >true</SuppressNETCoreSdkPreviewMessage >
1313 <!-- IDE0007 conflicts with project standard (explicit types), IDE0008 enforces explicit types -->
14- <NoWarn >$(NoWarn);IDE0007</NoWarn >
14+ <NoWarn >$(NoWarn);IDE0007;NU1902 </NoWarn >
1515 </PropertyGroup >
1616
1717 <!-- Keep analyzers but suppress specific conflicting rules -->
You can’t perform that action at this time.
0 commit comments