Compare commits
No commits in common. "1110bbf850ff6c27f02c9de81122fd72b92cba3d" and "fe1ef0fbc981852d035b45024aa7e12413783a12" have entirely different histories.
1110bbf850
...
fe1ef0fbc9
33
nuget.config
33
nuget.config
@ -1,33 +0,0 @@
|
|||||||
<?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": "3.5.0",
|
"version": "2.7.12",
|
||||||
"commands": [
|
"commands": [
|
||||||
"webcompiler"
|
"webcompiler"
|
||||||
]
|
]
|
||||||
|
@ -42,7 +42,8 @@
|
|||||||
"Sass": {
|
"Sass": {
|
||||||
"IndentType": "Space",
|
"IndentType": "Space",
|
||||||
"IndentWidth": 2,
|
"IndentWidth": 2,
|
||||||
"OutputStyle": "Expanded",
|
"OutputStyle": "Nested",
|
||||||
|
"Precision": 5,
|
||||||
"RelativeUrls": true,
|
"RelativeUrls": true,
|
||||||
"LineFeed": "Lf",
|
"LineFeed": "Lf",
|
||||||
"SourceMap": false
|
"SourceMap": false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user