Skip to content

Commit 3d52884

Browse files
authored
Update main package README to advertise net10.0 support (#86)
* Initial plan * Update README supported TFM to net10.0 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
1 parent 429745d commit 3d52884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

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

55
Getting reference assemblies to use with a `Compilation` is challenging because they are only shipped with development tools. In order to use them in a library, the developer must do the heavy lifting of packaging them up as resources in their library and unpacking them at runtime.
66

7-
The [Basic.Reference.Assemblies](https://www.nuget.org/packages/Basic.Reference.Assemblies/) library takes care of this heavy lifting and provides reference assemblies for `net8.0`, `netstandard2.0` and `net472` target frameworks. These can be easily integrated into the existing Roslyn APIs.
7+
The [Basic.Reference.Assemblies](https://www.nuget.org/packages/Basic.Reference.Assemblies/) library takes care of this heavy lifting and provides reference assemblies for `net10.0`, `netstandard2.0` and `net472` target frameworks. These can be easily integrated into the existing Roslyn APIs.
88

99
## Usage Examples
1010

0 commit comments

Comments
 (0)