From 9a1a62537e68648426b2ad6336391ddfe25edf6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20Ko=C5=BEelj?= Date: Tue, 10 Jan 2023 13:52:01 +0100 Subject: [PATCH] Update nuget.config and tools to use custom scss compiler --- nuget.config | 28 +++++-------------- .../.config/dotnet-tools.json | 20 ++++++------- 2 files changed, 17 insertions(+), 31 deletions(-) diff --git a/nuget.config b/nuget.config index 8467dcb..1da1b53 100644 --- a/nuget.config +++ b/nuget.config @@ -1,33 +1,19 @@ - + - - - - - - - + + + - \ No newline at end of file + + + diff --git a/src/Connected.Components/.config/dotnet-tools.json b/src/Connected.Components/.config/dotnet-tools.json index 271e0bc..aaaa200 100644 --- a/src/Connected.Components/.config/dotnet-tools.json +++ b/src/Connected.Components/.config/dotnet-tools.json @@ -1,12 +1,12 @@ { - "version": 1, - "isRoot": true, - "tools": { - "excubo.webcompiler": { - "version": "3.5.10", - "commands": [ - "webcompiler" - ] - } - } + "version": 1, + "isRoot": true, + "tools": { + "connected.webcompiler": { + "version": "1.0.7-prerelease.g67169cf2c5", + "commands": [ + "webcompiler" + ] + } + } } \ No newline at end of file