@cratis/arc 20.54.0 → 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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. 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 8+](https://dotnet.microsoft.com/en-us/).
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cratis/arc",
3
- "version": "20.54.0",
3
+ "version": "20.54.1",
4
4
  "description": "",
5
5
  "author": "Cratis",
6
6
  "license": "MIT",