From 651e1d0a2203f53b62c5aff8ee647068e0fe49b0 Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Mon, 6 Apr 2026 16:21:50 +0000
Subject: [PATCH 1/2] Initial plan
From 24e829d664020d5ceb132e786b3be63806cfa7ea Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Mon, 6 Apr 2026 16:30:25 +0000
Subject: [PATCH 2/2] chore: add nuget cache in CI and bump test sdk
Agent-Logs-Url: https://github.com/fcallejon/fes/sessions/fb7b36d5-5e47-4f77-8115-b380b22ae44c
Co-authored-by: fcallejon <931378+fcallejon@users.noreply.github.com>
---
.github/workflows/dotnet.yml | 2 ++
Directory.Packages.props | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index f85457c..3f634b9 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -34,6 +34,8 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
+ cache: true
+ cache-dependency-path: '**/Directory.Packages.props'
- name: Restore dependencies
run: dotnet restore
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 875bf66..7af2740 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -9,7 +9,7 @@
-
+