File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <ItemGroup >
66 <PackageVersion Include =" Microsoft.CodeAnalysis.Common" Version =" 4.9.0" />
77 <PackageVersion Include =" Microsoft.CodeAnalysis.CSharp" Version =" 4.9.0" />
8- <PackageVersion Include =" Microsoft.Extensions.Logging" Version =" 8 .0.0" />
9- <PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 8 .0.0" />
8+ <PackageVersion Include =" Microsoft.Extensions.Logging" Version =" 7 .0.0" />
9+ <PackageVersion Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 7 .0.0" />
1010 <PackageVersion Include =" Microsoft.Extensions.DependencyInjection" Version =" 8.0.0" />
11- <PackageVersion Include =" Microsoft.Extensions.Logging.Debug" Version =" 8 .0.0" />
11+ <PackageVersion Include =" Microsoft.Extensions.Logging.Debug" Version =" 7 .0.0" />
1212 <PackageVersion Include =" Microsoft.Extensions.Hosting" Version =" 8.0.0" />
1313 <PackageVersion Include =" ModelContextProtocol" Version =" 1.1.0" />
14- <PackageVersion Include =" Microsoft.SourceLink.GitHub" Version =" 8.0.0" PrivateAssets =" All" />
1514 </ItemGroup >
1615 <ItemGroup >
1716 <PackageVersion Include =" Microsoft.NET.Test.Sdk" Version =" 17.8.2" />
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >net8.0; net10.0</TargetFrameworks >
4+ <TargetFrameworks >net10.0</TargetFrameworks >
55 <RuntimeIdentifiers >win-x64</RuntimeIdentifiers >
66 <OutputType >Exe</OutputType >
77 <Nullable >enable</Nullable >
Original file line number Diff line number Diff line change 88 <!-- Package Identity -->
99 <Title >EtabSharp</Title >
1010 <PackageId >EtabSharp</PackageId >
11- <Version >0.3.2 -beta</Version >
11+ <Version >0.3.3 -beta</Version >
1212 <Copyright >Copyright © Thanh Tu 2026</Copyright >
1313 <Authors >Thanh Tu</Authors >
1414
2929
3030 <!-- Package Release Notes -->
3131 <PackageReleaseNotes >
32- v0.3.1 -beta
33- * Update dispose behavior correctly dispose of COM objects and release ETABS reference
32+ v0.3.3 -beta
33+ * Update some packages to match minimum build
3434 </PackageReleaseNotes >
3535
36- <!-- CI/CD Settings -->
37- <ContinuousIntegrationBuild >true</ContinuousIntegrationBuild >
38- <EmbedUntrackedSources >true</EmbedUntrackedSources >
39- <PublishRepositoryUrl >true</PublishRepositoryUrl >
36+
4037 </PropertyGroup >
4138
4239 <!-- =========================
4542 <ItemGroup >
4643 <PackageReference Include =" Microsoft.Extensions.Logging" />
4744 <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" />
48- <PackageReference Include =" Microsoft.SourceLink.GitHub" PrivateAssets =" All" />
4945 </ItemGroup >
5046
5147 <!-- =========================
Original file line number Diff line number Diff line change 55 <Nullable >enable</Nullable >
66 <OutputType >Exe</OutputType >
77 <RootNamespace >EtabSharp.Test</RootNamespace >
8- <TargetFrameworks >net8.0; net10.0</TargetFrameworks >
8+ <TargetFrameworks >net10.0</TargetFrameworks >
99 <IsPackable >false</IsPackable >
1010 <IsTestProject >true</IsTestProject >
1111
You can’t perform that action at this time.
0 commit comments