Skip to content

Commit

Permalink
dotnet run
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshnj committed Nov 29, 2024
1 parent cead9d5 commit 06c348f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,10 @@ jobs:
- name: Install .NET SDK
uses: actions/setup-dotnet@v1

Check failure on line 162 in .github/workflows/dotnet.yml

View workflow job for this annotation

GitHub Actions / actionlint

the runner of "actions/setup-dotnet@v1" action is too old to run on GitHub Actions. update the action's version to fix this issue
with:
dotnet-version: 7.0
dotnet-version: 7.0

- name: Run
run: |
cd tests/nuget_package
dotnet add nuget_package.csproj package libdatadog --source local --version $env:NUGET_VERSION
dotnet run
2 changes: 1 addition & 1 deletion tests/nuget_package/nuget_package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit 06c348f

Please sign in to comment.