@cratis/arc 20.53.1 → 20.54.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,7 +36,10 @@ If you want to jump into building this repository and possibly contributing, ple
|
|
|
36
36
|
|
|
37
37
|
The following are prerequisites to work with this repository.
|
|
38
38
|
|
|
39
|
-
* [.NET
|
|
39
|
+
* [.NET SDK 10.0.301+](https://dotnet.microsoft.com/en-us/). Arc's analyzers and source generators are built
|
|
40
|
+
against Roslyn 5.6.0, which ships with .NET SDK 10.0.301 and newer. On an older SDK band the compiler
|
|
41
|
+
refuses to load them (CS9057), silently disabling proxy generation and the ARC*/ARCCHR* analyzers.
|
|
42
|
+
Consuming the `Cratis.Arc` packages carries the same floor. Raising this floor is a minor version bump.
|
|
40
43
|
* [Node 16+](https://nodejs.org/en)
|
|
41
44
|
* [Yarn](https://yarnpkg.com)
|
|
42
45
|
|