We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db106ee commit e29ab92Copy full SHA for e29ab92
2 files changed
.github/workflows/BuildAndTest.yml
@@ -15,10 +15,8 @@ jobs:
15
dotnet-version: 10.0.101
16
- name: Build with dotnet
17
run: |
18
- cd TMG-Framework
19
- dotnet build --configuration Release
+ dotnet build -c Release
20
- name: Unit Tests
21
22
23
- dotnet test
+ dotnet test -c Release
24
README.md
@@ -17,7 +17,7 @@ operating XTMF2.
### Requirements
-1. DotNet Core 3.1+ SDK
+1. DotNet 10.0+ SDK
### Clone the TMG-Framework repository
0 commit comments