Skip to content

Commit

Permalink
build: Target .NET 8.0 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspermarstal authored Nov 21, 2024
1 parent 5d0eaba commit e9df85d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Cellm.Tests/Cellm.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RollForward>LatestMajor</RollForward>
Expand Down
2 changes: 1 addition & 1 deletion src/Cellm.Tests/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
"net6.0-windows7.0": {
"net8.0-windows7.0": {
"ExcelDna.Testing": {
"type": "Direct",
"requested": "[1.8.0, )",
Expand Down
2 changes: 1 addition & 1 deletion src/Cellm/Cellm.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<TargetFramework>net8.0-windows</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RollForward>LatestMajor</RollForward>
Expand Down
2 changes: 1 addition & 1 deletion src/Cellm/packages.lock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"dependencies": {
"net6.0-windows7.0": {
"net8.0-windows7.0": {
"ExcelDna.AddIn": {
"type": "Direct",
"requested": "[1.8.0, )",
Expand Down

0 comments on commit e9df85d

Please sign in to comment.