11 Commits

Author SHA1 Message Date
Manuel Menegazzo
15ad5bdfc4 Move to net8.0 (#1463)
* Added net8.0 to the dotnet-version array used by actions

* Changed framework version in Directory.Build.props

* Removed unsed nuget

* Update codeql-analysis.yml

* Added net8.0 target framework

* Updated code analyzer version to match net8.0

* Added net8.0 to tests

* Updated sdk version

* Updated version.json

* Fixed build for non windows machines

* Updated references in Directory.Build.targets

* Added conditional exception handling to WatchServerDisconnect test case

* Added missing project to solution
2023-12-01 11:49:56 +01:00
dependabot[bot]
a1905df70e Bump Microsoft.Build.Traversal from 4.0.0 to 4.1.0 (#1310)
Bumps [Microsoft.Build.Traversal](https://github.com/Microsoft/MSBuildSdks) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/Microsoft/MSBuildSdks/releases)
- [Changelog](https://github.com/microsoft/MSBuildSdks/blob/main/RELEASE.md)
- [Commits](https://github.com/Microsoft/MSBuildSdks/compare/Microsoft.Build.Traversal.4.0.0...Microsoft.Build.Traversal.4.1.0)

---
updated-dependencies:
- dependency-name: Microsoft.Build.Traversal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-31 15:35:47 -07:00
dependabot[bot]
ceddcfca73 Bump Microsoft.Build.Traversal from 3.4.0 to 4.0.0 (#1280)
Bumps [Microsoft.Build.Traversal](https://github.com/Microsoft/MSBuildSdks) from 3.4.0 to 4.0.0.
- [Release notes](https://github.com/Microsoft/MSBuildSdks/releases)
- [Changelog](https://github.com/microsoft/MSBuildSdks/blob/main/RELEASE.md)
- [Commits](https://github.com/Microsoft/MSBuildSdks/compare/Microsoft.Build.Traversal.3.4.0...Microsoft.Build.Traversal.4.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Build.Traversal
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-28 16:48:16 -07:00
dependabot[bot]
aa84b453dc Bump Microsoft.Build.Traversal from 3.3.0 to 3.4.0 (#1245)
Bumps [Microsoft.Build.Traversal](https://github.com/Microsoft/MSBuildSdks) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/Microsoft/MSBuildSdks/releases)
- [Changelog](https://github.com/microsoft/MSBuildSdks/blob/main/RELEASE.md)
- [Commits](https://github.com/Microsoft/MSBuildSdks/compare/Microsoft.Build.Traversal.3.3.0...Microsoft.Build.Traversal.3.4.0)

---
updated-dependencies:
- dependency-name: Microsoft.Build.Traversal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-26 20:05:56 -07:00
dependabot[bot]
ec3de97671 Bump Microsoft.Build.Traversal from 3.2.0 to 3.3.0 (#1235)
Bumps [Microsoft.Build.Traversal](https://github.com/Microsoft/MSBuildSdks) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/Microsoft/MSBuildSdks/releases)
- [Changelog](https://github.com/microsoft/MSBuildSdks/blob/main/RELEASE.md)
- [Commits](https://github.com/Microsoft/MSBuildSdks/compare/Microsoft.Build.Traversal.3.2.0...Microsoft.Build.Traversal.3.3.0)

---
updated-dependencies:
- dependency-name: Microsoft.Build.Traversal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-15 04:30:15 -07:00
Boshi Lian
763f1f0778 add net7 remove net5 (#1085)
* add net7

* remove net5

* fix build

* fix versions

* revert to 10.0 due to ci

* fix automapper

* update ver matrix

* fix warning

* fix net7 test err

* more target to basic and model pkg
2022-12-05 08:59:04 -08:00
dependabot[bot]
9c9dc29b74 Bump Microsoft.Build.Traversal from 3.1.6 to 3.2.0 (#1016)
Bumps [Microsoft.Build.Traversal](https://github.com/Microsoft/MSBuildSdks) from 3.1.6 to 3.2.0.
- [Release notes](https://github.com/Microsoft/MSBuildSdks/releases)
- [Changelog](https://github.com/microsoft/MSBuildSdks/blob/main/RELEASE.md)
- [Commits](https://github.com/Microsoft/MSBuildSdks/compare/Microsoft.Build.Traversal.3.1.6...Microsoft.Build.Traversal.3.2.0)

---
updated-dependencies:
- dependency-name: Microsoft.Build.Traversal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-20 12:53:17 -07:00
Manuel Menegazzo
a5082fb106 Update global.json (#989) 2022-08-29 08:34:39 -07:00
Boshi Lian
8e8619130a netstandard2 extendable lib model, basic rest (#793)
* first lib model

* add missing files

* happy test

* add vanilla rest for extend

* fix new url pattern

* address comments

* add v to tag

* bump ver

* add missing file when ren

* support multi pkg

* fix gh action

* fix env var

* ren title

* use gh action to set ver

* remove unused

* remove unused
2022-03-23 16:25:20 -07:00
Boshi Lian
eca9898902 API v1.23.0 + system.text.json + remove WatchXXX API (#750)
* gen v1.23.0

* fix converter

* bump ver

* update readme runtime

* fix warning

* update dep ver

* newtonjson -> system.text.json

* generate for new json api

* readme lf

* dotnet fmt

* dotnet fmt tests/

* dotnet fmt

* Revert "dotnet fmt"

This reverts commit e14c59076143fe2218ed899295a00762f0ea2bd6.

* fix err introduce by dotnet fmt

* fix test

* remove deprecated /watch api

* generate code after /watch removed

* remove /watch related code

* trim Microsoft.Rest.Serialization
2021-12-13 07:31:59 -08:00
Brendan Burns
8003ab0ee8 Create codeql-analysis.yml (#519)
* Create codeql-analysis.yml

* fix pull.

* Update codeql-analysis.yml

* Create global.json
2020-11-18 17:26:50 -08:00