Skip to content

Commit

Permalink
bumping NET version to 7.0.10 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
andyopayne committed Jan 6, 2025
1 parent 60bcf94 commit cb8d2f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/compute.geometry/compute.geometry.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>compute.geometry</AssemblyName>
<OutputType>Exe</OutputType>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<RuntimeFrameworkVersion>7.0.0</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>7.0.10</RuntimeFrameworkVersion>
<RollForward>LatestMinor</RollForward>
<UseWpf>True</UseWpf>
<UseWindowsForms>True</UseWindowsForms>
Expand Down Expand Up @@ -44,8 +44,8 @@
<PackageReference Include="Serilog.Expressions" Version="3.4.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="4.1.0" />
<PackageReference Include="Serilog.Sinks.File" Version="5.0.0" />
<PackageReference Include="System.Management" Version="7.0.0" />
<PackageReference Include="System.Runtime.Caching" Version="7.0.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="7.0.0" />
<PackageReference Include="System.Management" Version="8.0.0" />
<PackageReference Include="System.Runtime.Caching" Version="8.0.0" />
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/rhino.compute/rhino.compute.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<AssemblyName>rhino.compute</AssemblyName>
<OutputType>Exe</OutputType>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<RuntimeFrameworkVersion>7.0.0</RuntimeFrameworkVersion>
<RuntimeFrameworkVersion>7.0.10</RuntimeFrameworkVersion>
<RollForward>LatestMinor</RollForward>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<ApplicationIcon>favicon.ico</ApplicationIcon>
Expand Down

0 comments on commit cb8d2f8

Please sign in to comment.