Skip to content

Commit

Permalink
Setup for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
erik1066 committed Aug 27, 2024
1 parent 6635e5e commit 6ab3f72
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"rollForward": "feature",
"version": "8.0.108"
}
}
2 changes: 2 additions & 0 deletions src/FastCsv/FastCsv.csproj
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<Sdk Name="DotNet.ReproducibleBuilds.Isolated" Version="1.2.4" />

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Authors>Erik Knudsen</Authors>
Expand Down

0 comments on commit 6ab3f72

Please sign in to comment.