Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a55ad8f
Bump Newtonsoft.Json from 10.0.3 to 13.0.2 in /ForgeModBuilder
dependabot[bot] Dec 7, 2022
3e7f74b
Add .whitesource configuration file
mend-bolt-for-github[bot] Mar 20, 2024
f4b9a21
Update ForgeModBuilder.csproj
AdamOswald Mar 20, 2024
12d5653
Update packages.config
AdamOswald Mar 20, 2024
b565764
Add files via upload
AdamOswald Mar 20, 2024
c484f4a
Restyled by astyle
restyled-commits Mar 20, 2024
5463564
Restyled by clang-format
restyled-commits Mar 20, 2024
96ad614
Restyled by whitespace
restyled-commits Mar 20, 2024
282bb53
Merge pull request #3 from AdamOswald/restyled/AdamOswald-patch-1
AdamOswald Mar 20, 2024
aca21e0
Restyled by astyle
restyled-commits Mar 20, 2024
fa1aeed
Restyled by clang-format
restyled-commits Mar 20, 2024
fe87195
Merge pull request #4 from AdamOswald/restyled/AdamOswald-patch-1
AdamOswald Mar 20, 2024
dad9bf5
Merge pull request #2 from AdamOswald/AdamOswald-patch-1
AdamOswald Mar 20, 2024
1bde01a
Bump Newtonsoft.Json from 10.0.3 to 13.0.1 in /ForgeModBuilder
dependabot[bot] Mar 20, 2024
3b15136
Merge pull request #5 from AdamOswald/dependabot/nuget/ForgeModBuilde…
AdamOswald Mar 20, 2024
fab3155
Merge branch 'master' into dependabot/nuget/ForgeModBuilder/Newtonsof…
AdamOswald Mar 20, 2024
915a799
Restyled by whitespace
restyled-commits Mar 20, 2024
3693f9a
Merge pull request #7 from AdamOswald/restyled/dependabot/nuget/Forge…
AdamOswald Mar 20, 2024
bcd4b49
Merge pull request #6 from AdamOswald/dependabot/nuget/ForgeModBuilde…
AdamOswald Mar 20, 2024
247a175
Merge pull request #1 from AdamOswald/whitesource/configure
AdamOswald Mar 20, 2024
b0b88e8
Delete .whitesource
AdamOswald Mar 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions ForgeModBuilder/ForgeModBuilder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,14 @@
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.10.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WindowsAPICodePack-Core.1.1.1\lib\Microsoft.WindowsAPICodePack.dll</HintPath>
</Reference>
<Reference Include="Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
<HintPath>..\packages/Newtonsoft.Json.13.0.1/lib/net45/Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -210,7 +216,7 @@
</BootstrapperPackage>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
Expand Down
Loading