Compare commits
3 Commits
fe1ef0fbc9
...
1110bbf850
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1110bbf850 | ||
![]() |
580161eb25 | ||
![]() |
12798c20f7 |
33
nuget.config
Normal file
33
nuget.config
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<config>
|
||||||
|
<!--
|
||||||
|
Used to specify the default location to expand packages.
|
||||||
|
See: nuget.exe help install
|
||||||
|
See: nuget.exe help update
|
||||||
|
|
||||||
|
In this example, %PACKAGEHOME% is an environment variable.
|
||||||
|
This syntax works on Windows/Mac/Linux
|
||||||
|
-->
|
||||||
|
<add key="repositoryPath" value="%PACKAGEHOME%/External" />
|
||||||
|
</config>
|
||||||
|
|
||||||
|
<packageRestore>
|
||||||
|
<!-- Allow NuGet to download missing packages -->
|
||||||
|
<add key="enabled" value="True" />
|
||||||
|
|
||||||
|
<!-- Automatically check for missing packages during build in Visual Studio -->
|
||||||
|
<add key="automatic" value="True" />
|
||||||
|
</packageRestore>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Used to specify the default Sources for list, install and update.
|
||||||
|
See: nuget.exe help list
|
||||||
|
See: nuget.exe help install
|
||||||
|
See: nuget.exe help update
|
||||||
|
-->
|
||||||
|
<packageSources>
|
||||||
|
<add key="Tom PIT Git - Connected" value="https://git.tompit.com/api/packages/Connected/nuget/index.json" />
|
||||||
|
<add key="NuGet official package source" value="https://api.nuget.org/v3/index.json" />
|
||||||
|
</packageSources>
|
||||||
|
</configuration>
|
@ -3,7 +3,7 @@
|
|||||||
"isRoot": true,
|
"isRoot": true,
|
||||||
"tools": {
|
"tools": {
|
||||||
"excubo.webcompiler": {
|
"excubo.webcompiler": {
|
||||||
"version": "2.7.12",
|
"version": "3.5.0",
|
||||||
"commands": [
|
"commands": [
|
||||||
"webcompiler"
|
"webcompiler"
|
||||||
]
|
]
|
||||||
|
@ -42,8 +42,7 @@
|
|||||||
"Sass": {
|
"Sass": {
|
||||||
"IndentType": "Space",
|
"IndentType": "Space",
|
||||||
"IndentWidth": 2,
|
"IndentWidth": 2,
|
||||||
"OutputStyle": "Nested",
|
"OutputStyle": "Expanded",
|
||||||
"Precision": 5,
|
|
||||||
"RelativeUrls": true,
|
"RelativeUrls": true,
|
||||||
"LineFeed": "Lf",
|
"LineFeed": "Lf",
|
||||||
"SourceMap": false
|
"SourceMap": false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user