Skip to content

Commit f47cc11

Browse files
committed
docs: Update repo markdown to reflect supported frameworks
1 parent 5cd8b23 commit f47cc11

5 files changed

Lines changed: 5 additions & 213 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ These libraries are split into:
4040

4141
## Building and .NET Core
4242

43-
We use Visual Studio 2017 to edit the Support Libraries.
43+
We use Visual Studio 2022 to edit the Support Libraries.
4444

4545
We use [dotnet cli][dotnetcli] for testing and building both the generated Client Libraries and the Support Libraries.
4646

Frameworks.md

Lines changed: 0 additions & 145 deletions
This file was deleted.

HowToGenerateAPackage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This isn't quite a simple as it could be, but it's fairly simple:
44

5-
1. Use a Windows machine with `Visual Studio 2017 v15.4` or greater; and a recent version of `git`.
5+
1. Use a Windows machine with `Visual Studio 2022 v17.8` or greater; and a recent version of `git`.
66
1. `git clone https://github.com/google/google-api-dotnet-client.git`
77
1. Delete all files from the `DiscoveryJson` directory. They are all `.json` files.
88
1. Copy the discovery-doc `json` file into the `DiscoveryJson` directory.

README.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
_If you're working with **Google Cloud Platform** APIs such as Datastore or Pub/Sub, consider using the [Cloud Client Libraries for .NET instead](https://github.com/googleapis/google-cloud-dotnet). These are the new and idiomatic .NET libraries targeted specifically at Google Cloud Platform Services._
99

10-
# Announcement: plan for changing library targets
11-
12-
We are planning to change the set of target frameworks supported
13-
by the packages generated from this repository. Please see the
14-
[announcement
15-
issue](https://github.com/googleapis/google-api-dotnet-client/issues/2561)
16-
for more details and to provide feedback.
17-
1810
# Library Maintenance
1911

2012
This client library is supported but in maintenance mode only. We are fixing necessary bugs and adding essential features to ensure this library continues to meet your needs for accessing Google APIs. Non-critical issues will be closed. Any issue may be reopened if it is causing ongoing problems.
@@ -30,13 +22,9 @@ Please see the [help page](https://cloud.google.com/dotnet/docs/reference/help/r
3022

3123
## Supported Frameworks
3224

33-
(Note: this set may change in early 2024, as per
34-
[this announcement
35-
issue](https://github.com/googleapis/google-api-dotnet-client/issues/2561).
36-
37-
* .NET Framework 4.5+
38-
* netstandard1.3, providing .NET Core support
39-
* netstandard2.0, providing [ASP.NET Core Support](https://www.nuget.org/packages/Google.Apis.Auth.AspNetCore)
25+
* .NET Framework 4.6.2+
26+
* .NET Standard 2.0
27+
* .NET 6.0+
4028

4129
## Unsupported Frameworks
4230

@@ -45,8 +33,6 @@ issue](https://github.com/googleapis/google-api-dotnet-client/issues/2561).
4533
* Xamarin
4634
* Unity
4735

48-
For more details on framework support see [Frameworks.md](Frameworks.md).
49-
5036
See the [FAQ](FAQ.md#why-arent-unity-xamarin-or-uwp-supported) for details regarding the lack of UWP, Xamarin, and Unity support.
5137

5238
Note that [Firebase](https://firebase.google.com/) is available on Unity, and focuses on the need of this platform.

WhyNetStandard1.3.md

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)