@@ -44,16 +44,16 @@ different endpoints to provide the most flexibility to integrate to your
44
44
environment:
45
45
46
46
* CLI
47
- You can run the application using the [ CLI] ( .. /src/CarbonAware.CLI) and refer
47
+ You can run the application using the [ CLI] ( /src/CarbonAware.CLI ) and refer
48
48
to more documentation [ here] ( ../tutorial-basics/carbon-aware-cli.md ) .
49
49
50
50
* WebAPI
51
- You can build a container containing the [ WebAPI] ( .. /src/CarbonAware.WebApi)
51
+ You can build a container containing the [ WebAPI] ( /src/CarbonAware.WebApi )
52
52
and connect via REST requests and refer to more documentation
53
53
[ here] ( ../tutorial-basics/carbon-aware-webapi.md ) .
54
54
55
55
* SDK
56
- You can reference the [ Carbon Aware C# Library] ( .. /src/GSF.CarbonAware) in your
56
+ You can reference the [ Carbon Aware C# Library] ( /src/GSF.CarbonAware ) in your
57
57
projects and make use of its functionalities and features.
58
58
59
59
| ![ Image 2] ( ./images/readme/screenshot_cli.png ) | ![ Image 1] ( ./images/readme/screenshot_web_api.png ) |
@@ -87,7 +87,7 @@ providers into the carbon aware SDK.
87
87
#### System requirement
88
88
89
89
* Command Line Interface (CLI)
90
- * .NET Core 6 .0
90
+ * .NET 8 .0
91
91
* Alternatively:
92
92
* Docker
93
93
* VSCode and its [ Remote Containers extension] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers )
@@ -588,7 +588,7 @@ using environment variables, you'd do this:
588
588
# ### Local project settings
589
589
590
590
For local-only settings you can use environment variables,
591
- [the Secret Manager tool](https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-6.0& tabs=windows#secret-manager)
591
+ [the Secret Manager tool](https://learn.microsoft.com/en-us/aspnet/core/security/app-secrets?tabs=windows#secret-manager)
592
592
, or an untracked Development appsettings file to override the default project
593
593
settings.
594
594
@@ -598,7 +598,7 @@ remove the first line of (invalid) comments. Then update any settings according
598
598
to your preferences.
599
599
600
600
> Wherever possible, the projects leverage the
601
- > [default .NET configuration](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?view=aspnetcore-6.0 #default-application-configuration-sources)
601
+ > [default .NET configuration](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?#default-application-configuration-sources)
602
602
> expectations. Thus, they can be configured using any file matching the format:
603
603
> `appsettings.<ENV>.json`. Where `<ENV>` is the value of the
604
604
> `ASPNETCORE_ENVIRONMENT` environment variable. By convention projects tend to
0 commit comments