Skip to content

Commit 6642c44

Browse files
committed
Reformat
1 parent 5bfbc15 commit 6642c44

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

NativeInvoke.slnx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<Solution>
22
<Project Path="Example/Example.csproj">
3-
<BuildDependency Project="NativeInvoke/NativeInvoke.csproj" />
3+
<BuildDependency Project="NativeInvoke/NativeInvoke.csproj"/>
44
</Project>
5-
<Project Path="NativeInvoke/NativeInvoke.csproj" />
5+
<Project Path="NativeInvoke/NativeInvoke.csproj"/>
66
<Project Path="NativeInvoke.Tests/NativeInvoke.Tests.csproj">
7-
<BuildDependency Project="NativeInvoke/NativeInvoke.csproj" />
7+
<BuildDependency Project="NativeInvoke/NativeInvoke.csproj"/>
88
</Project>
99
</Solution>

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ nuget update -self
1414
nuget restore
1515
dotnet restore --force --no-cache
1616
dotnet build -c Release --no-restore --no-incremental
17-
dotnet pack -c Release --no-build -o nupkg
17+
dotnet pack -c Release --no-build -o nupkg
1818
rem pause >NUL
1919
exit /b 0

0 commit comments

Comments
 (0)