Commit 69d25ea
chore(build): update dotnet version in workflows (#39)
* build: build projects using dotnet 8.0. (#38)
- Update all projects' target framework in `.NET8.0` (from `standard2.0`)
- Update all projects' C# version to 12 (from 10)
- Updated NuGet packages
- Fixes for compilation:
1. `ConcertoConverter.deserializeWithGenericType` chose the wrong overloaded method. Added expected parameters to choose the correct method.
2. Added `Decorator.cs` to declare the existence of `AccordProject.Concerto.Decorator` namespace, because the code generation script added `using AccordProject.Concerto.Decorator` for some reason and the compilation failed.
Signed-off-by: Yuval Bavli <[email protected]>
Signed-off-by: Jamie Shorten <[email protected]>
* chore(build): update dotnet version in workflows
signed-off-by: Jamie Shorten <[email protected]>
Signed-off-by: Jamie Shorten <[email protected]>
---------
Signed-off-by: Yuval Bavli <[email protected]>
Signed-off-by: Jamie Shorten <[email protected]>
Signed-off-by: Jamie Shorten <[email protected]>
Co-authored-by: ybavli-dsc <[email protected]>1 parent 0fba930 commit 69d25ea
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments