We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 191750c commit 8be9244Copy full SHA for 8be9244
.github/workflows/ci.yml
@@ -21,6 +21,9 @@ jobs:
21
with:
22
dotnet-version: 5.0.202
23
24
+ - name: Build
25
+ run: dotnet build src --configuration Release
26
+
27
- name: Test
28
run: dotnet test src --configuration Release
29
README.md
@@ -3,6 +3,7 @@
3
## Changes
4
5
- Use SourceGenerators to create LUTs
6
+- Change target framework to .NET Standard 2.0
7
8
## Original Text
9
0 commit comments