Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade grpc-tools and dotnet version #457

Merged
merged 9 commits into from
Jan 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SkyAPM C#/.NET instrument agent
> MyGet feed URL https://www.myget.org/F/skyapm-dotnet/api/v3/index.json

# Supported
- This project currently supports apps targeting netcoreapp2.0/netframework4.6.1 or higher.
- This project currently supports apps targeting netcoreapp3.1、net5.0、net6.0 or higher.
liuhaoyang marked this conversation as resolved.
Show resolved Hide resolved
- [Supported middlewares, frameworks and libraries.](docs/Supported-list.md)

# Features
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: '{build}'
os: Visual Studio 2019
os: Visual Studio 2022
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion benchmark/SkyApm.Benchmark/SkyApm.Benchmark.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFrameworks>netcoreapp2.1</TargetFrameworks>
<TargetFrameworks>netcoreapp3.1;net5.0;net6.0</TargetFrameworks>
</PropertyGroup>

<ItemGroup>
Expand Down
19 changes: 0 additions & 19 deletions sample/SkyApm.Sample.AspNet/App_Start/RouteConfig.cs

This file was deleted.

21 changes: 0 additions & 21 deletions sample/SkyApm.Sample.AspNet/App_Start/WebApiConfig.cs

This file was deleted.

30 changes: 0 additions & 30 deletions sample/SkyApm.Sample.AspNet/Controllers/ValuesController.cs

This file was deleted.

1 change: 0 additions & 1 deletion sample/SkyApm.Sample.AspNet/Global.asax

This file was deleted.

23 changes: 0 additions & 23 deletions sample/SkyApm.Sample.AspNet/Global.asax.cs

This file was deleted.

36 changes: 0 additions & 36 deletions sample/SkyApm.Sample.AspNet/Properties/AssemblyInfo.cs

This file was deleted.

Loading