@nx/dotnet 22.1.0-rc.3 → 22.1.0-rc.4

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.
Binary file
@@ -6,7 +6,7 @@
6
6
  "compilationOptions": {},
7
7
  "targets": {
8
8
  ".NETCoreApp,Version=v8.0": {
9
- "MsbuildAnalyzer/0.0.0-pr-33468-6e447bb": {
9
+ "MsbuildAnalyzer/1.0.0": {
10
10
  "dependencies": {
11
11
  "Microsoft.Build": "17.0.0",
12
12
  "Microsoft.Build.Framework": "17.0.0",
@@ -222,7 +222,7 @@
222
222
  }
223
223
  },
224
224
  "libraries": {
225
- "MsbuildAnalyzer/0.0.0-pr-33468-6e447bb": {
225
+ "MsbuildAnalyzer/1.0.0": {
226
226
  "type": "project",
227
227
  "serviceable": false,
228
228
  "sha512": ""
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/dotnet",
3
- "version": "22.1.0-rc.3",
3
+ "version": "22.1.0-rc.4",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for .NET containing graph support for working with .NET projects in an Nx workspace.",
6
6
  "keywords": [
@@ -50,7 +50,7 @@
50
50
  "!dist/tsconfig.lib.tsbuildinfo"
51
51
  ],
52
52
  "dependencies": {
53
- "@nx/devkit": "22.1.0-rc.3",
53
+ "@nx/devkit": "22.1.0-rc.4",
54
54
  "tslib": "^2.3.0",
55
55
  "ignore": "^7.0.5"
56
56
  },
@@ -59,7 +59,7 @@
59
59
  "@types/node": "^20.19.10",
60
60
  "jest": "^30.0.2",
61
61
  "memfs": "^4.9.2",
62
- "nx": "22.1.0-rc.3",
62
+ "nx": "22.1.0-rc.4",
63
63
  "ts-jest": "^29.4.0",
64
64
  "typescript": "~5.9.2"
65
65
  },