File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
4
+ <!-- MSBuild Dependencies -->
4
5
<ItemGroup >
5
- <PackageReference Include =" KSPBuildTools" Version =" 0.0.2-alpha.1 " />
6
+ <PackageReference Include =" KSPBuildTools" Version =" 0.0.2-alpha.2 " />
6
7
<PackageReference Include =" MinVer" Version =" 5.0.0" >
7
8
<PrivateAssets >all</PrivateAssets >
8
9
<IncludeAssets >runtime; build; native; contentfiles; analyzers</IncludeAssets >
36
37
<ItemGroup >
37
38
<KSPVersionFile Include =" ." >
38
39
<Destination >$(RepoRootPath)GameData/Shabby/Shabby.version</Destination >
40
+ <URL >https://github.com/KSPModdingLibs/Shabby/releases/latest/download/Shabby.version</URL >
41
+ <Download >https://github.com/KSPModdingLibs/Shabby/releases/latest</Download >
39
42
</KSPVersionFile >
40
43
</ItemGroup >
41
44
</Project >
You can’t perform that action at this time.
0 commit comments