Skip to content

Commit b168eb3

Browse files
committed
* 'master' of https://github.com/compomics/ThermoRawFileParser: Fix remote assembly error
2 parents 5332757 + 801526a commit b168eb3

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

App.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<configuration>
3+
<runtime>
4+
<loadFromRemoteSources enabled="true" />
5+
</runtime>
6+
</configuration>

ThermoRawFileParser.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
<Compile Include="Writer\SpectrumWriter.cs" />
142142
</ItemGroup>
143143
<ItemGroup>
144+
<None Include="App.config" />
144145
<None Include="packages.config" />
145146
</ItemGroup>
146147
<ItemGroup>

0 commit comments

Comments
 (0)