Skip to content

Commit

Permalink
Add github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jakublabno committed Dec 17, 2024
1 parent 68e84da commit e2c47c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
dotnet-version: ['9.0']
dotnet-version: ['8.0']

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion smsapiTests/smsapiTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<TargetFrameworks>net9.0</TargetFrameworks>
<TargetFramework>net8.0</TargetFramework>
<AssemblyVersion>3.0.0</AssemblyVersion>
<LangVersion>12.0</LangVersion>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit e2c47c9

Please sign in to comment.