Skip to content

Commit 3bc2da7

Browse files
committed
Use 2.0.9 for most plugins
1 parent 8c1d6eb commit 3bc2da7

39 files changed

+129
-112
lines changed

ChapterWordle/ChapterWordCloudPlugin.csproj

+5-4
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@
5959
<ErrorReport>prompt</ErrorReport>
6060
</PropertyGroup>
6161
<ItemGroup>
62-
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
63-
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.13\lib\net461\EmbeddedUiPluginInterfaces.dll</HintPath>
62+
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
63+
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.9\lib\net461\EmbeddedUiPluginInterfaces.dll</HintPath>
6464
</Reference>
6565
<Reference Include="JetBrains.Annotations, Version=2021.1.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
6666
<HintPath>..\packages\JetBrains.Annotations.2021.1.0\lib\net20\JetBrains.Annotations.dll</HintPath>
6767
</Reference>
68-
<Reference Include="PluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
69-
<HintPath>..\packages\ParatextPluginInterfaces.2.0.13\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
68+
<Reference Include="PluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
69+
<HintPath>..\packages\ParatextPluginInterfaces.2.0.9\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
7070
</Reference>
7171
<Reference Include="System" />
7272
<Reference Include="System.Core">
@@ -105,6 +105,7 @@
105105
</EmbeddedResource>
106106
</ItemGroup>
107107
<ItemGroup>
108+
<None Include="app.config" />
108109
<None Include="packages.config" />
109110
</ItemGroup>
110111
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

ChapterWordle/packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="JetBrains.Annotations" version="2021.1.0" targetFramework="net461" />
4-
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.13" targetFramework="net461" />
5-
<package id="ParatextPluginInterfaces" version="2.0.13" targetFramework="net461" />
4+
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.9" targetFramework="net461" />
5+
<package id="ParatextPluginInterfaces" version="2.0.9" targetFramework="net461" />
66
</packages>

ParatextHelloWorldMenuPlugin/ParatextHelloWorldMenuPlugin.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
<Reference Include="JetBrains.Annotations, Version=2021.1.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
6363
<HintPath>..\packages\JetBrains.Annotations.2021.1.0\lib\net20\JetBrains.Annotations.dll</HintPath>
6464
</Reference>
65-
<Reference Include="PluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
66-
<HintPath>..\packages\ParatextPluginInterfaces.2.0.13\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
65+
<Reference Include="PluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
66+
<HintPath>..\packages\ParatextPluginInterfaces.2.0.9\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
6767
</Reference>
6868
<Reference Include="System" />
6969
<Reference Include="System.Core">
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="JetBrains.Annotations" version="2021.1.0" targetFramework="net461" />
4-
<package id="ParatextPluginInterfaces" version="2.0.13" targetFramework="net461" />
4+
<package id="ParatextPluginInterfaces" version="2.0.9" targetFramework="net461" />
55
</packages>

ParatextTestPlugin/ProjectTextEditorPlugin.csproj

+5-4
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@
5959
<ErrorReport>prompt</ErrorReport>
6060
</PropertyGroup>
6161
<ItemGroup>
62-
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
63-
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.13\lib\net461\EmbeddedUiPluginInterfaces.dll</HintPath>
62+
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
63+
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.9\lib\net461\EmbeddedUiPluginInterfaces.dll</HintPath>
6464
</Reference>
6565
<Reference Include="JetBrains.Annotations, Version=2021.1.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
6666
<HintPath>..\packages\JetBrains.Annotations.2021.1.0\lib\net20\JetBrains.Annotations.dll</HintPath>
6767
</Reference>
68-
<Reference Include="PluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
69-
<HintPath>..\packages\ParatextPluginInterfaces.2.0.13\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
68+
<Reference Include="PluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
69+
<HintPath>..\packages\ParatextPluginInterfaces.2.0.9\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
7070
</Reference>
7171
<Reference Include="System" />
7272
<Reference Include="System.Core">
@@ -115,6 +115,7 @@
115115
<Content Include="icon.ico" />
116116
</ItemGroup>
117117
<ItemGroup>
118+
<None Include="app.config" />
118119
<None Include="packages.config" />
119120
</ItemGroup>
120121
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

ParatextTestPlugin/packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="JetBrains.Annotations" version="2021.1.0" targetFramework="net461" />
4-
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.13" targetFramework="net461" />
5-
<package id="ParatextPluginInterfaces" version="2.0.13" targetFramework="net461" />
4+
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.9" targetFramework="net461" />
5+
<package id="ParatextPluginInterfaces" version="2.0.9" targetFramework="net461" />
66
</packages>

ParatextTipOfTheDayPlugin/ParatextTipOfTheDayPlugin.csproj

+5-4
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@
5959
<ErrorReport>prompt</ErrorReport>
6060
</PropertyGroup>
6161
<ItemGroup>
62-
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
63-
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.13\lib\net461\EmbeddedUiPluginInterfaces.dll</HintPath>
62+
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
63+
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.9\lib\net461\EmbeddedUiPluginInterfaces.dll</HintPath>
6464
</Reference>
6565
<Reference Include="JetBrains.Annotations, Version=2021.1.0.0, Culture=neutral, PublicKeyToken=1010a0d8d6380325, processorArchitecture=MSIL">
6666
<HintPath>..\packages\JetBrains.Annotations.2021.1.0\lib\net20\JetBrains.Annotations.dll</HintPath>
6767
</Reference>
68-
<Reference Include="PluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
69-
<HintPath>..\packages\ParatextPluginInterfaces.2.0.13\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
68+
<Reference Include="PluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
69+
<HintPath>..\packages\ParatextPluginInterfaces.2.0.9\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
7070
</Reference>
7171
<Reference Include="System" />
7272
<Reference Include="System.Core">
@@ -79,6 +79,7 @@
7979
<Compile Include="Properties\AssemblyInfo.cs" />
8080
</ItemGroup>
8181
<ItemGroup>
82+
<None Include="app.config" />
8283
<None Include="packages.config" />
8384
</ItemGroup>
8485
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
33
<package id="JetBrains.Annotations" version="2021.1.0" targetFramework="net461" />
4-
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.13" targetFramework="net461" />
5-
<package id="ParatextPluginInterfaces" version="2.0.13" targetFramework="net461" />
4+
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.9" targetFramework="net461" />
5+
<package id="ParatextPluginInterfaces" version="2.0.9" targetFramework="net461" />
66
</packages>

QuoteAnnotationPlugin/QuoteAnnotationPlugin.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</Target>
1010

1111
<ItemGroup>
12-
<PackageReference Include="ParatextPluginInterfaces" Version="2.0.13" />
12+
<PackageReference Include="ParatextPluginInterfaces" Version="2.0.9" />
1313
</ItemGroup>
1414

1515
</Project>

ReferencePluginA/ReferencePluginA.csproj

+5-4
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
<ErrorReport>prompt</ErrorReport>
5252
</PropertyGroup>
5353
<ItemGroup>
54-
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
55-
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.13\lib\net461\EmbeddedUiPluginInterfaces.dll</HintPath>
54+
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
55+
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.9\lib\net461\EmbeddedUiPluginInterfaces.dll</HintPath>
5656
</Reference>
57-
<Reference Include="PluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
58-
<HintPath>..\packages\ParatextPluginInterfaces.2.0.13\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
57+
<Reference Include="PluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
58+
<HintPath>..\packages\ParatextPluginInterfaces.2.0.9\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
5959
</Reference>
6060
<Reference Include="System" />
6161
<Reference Include="System.Core" />
@@ -72,6 +72,7 @@
7272
<Compile Include="Properties\AssemblyInfo.cs" />
7373
</ItemGroup>
7474
<ItemGroup>
75+
<None Include="app.config" />
7576
<None Include="packages.config" />
7677
</ItemGroup>
7778
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

ReferencePluginA/packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.13" targetFramework="net48" />
4-
<package id="ParatextPluginInterfaces" version="2.0.13" targetFramework="net48" />
3+
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.9" targetFramework="net48" />
4+
<package id="ParatextPluginInterfaces" version="2.0.9" targetFramework="net48" />
55
</packages>

ReferencePluginB/ReferencePluginB.csproj

+5-4
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
<ErrorReport>prompt</ErrorReport>
5252
</PropertyGroup>
5353
<ItemGroup>
54-
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
55-
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.13\lib\net461\EmbeddedUiPluginInterfaces.dll</HintPath>
54+
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
55+
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.9\lib\net461\EmbeddedUiPluginInterfaces.dll</HintPath>
5656
</Reference>
57-
<Reference Include="PluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
58-
<HintPath>..\packages\ParatextPluginInterfaces.2.0.13\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
57+
<Reference Include="PluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
58+
<HintPath>..\packages\ParatextPluginInterfaces.2.0.9\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
5959
</Reference>
6060
<Reference Include="System" />
6161
<Reference Include="System.Core" />
@@ -77,6 +77,7 @@
7777
</Content>
7878
</ItemGroup>
7979
<ItemGroup>
80+
<None Include="app.config" />
8081
<None Include="packages.config" />
8182
</ItemGroup>
8283
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

ReferencePluginB/packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.13" targetFramework="net48" />
4-
<package id="ParatextPluginInterfaces" version="2.0.13" targetFramework="net48" />
3+
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.9" targetFramework="net48" />
4+
<package id="ParatextPluginInterfaces" version="2.0.9" targetFramework="net48" />
55
</packages>

ReferencePluginC/ReferencePluginC.csproj

+5-4
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
<ErrorReport>prompt</ErrorReport>
5252
</PropertyGroup>
5353
<ItemGroup>
54-
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
55-
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.13\lib\net461\EmbeddedUiPluginInterfaces.dll</HintPath>
54+
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
55+
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.9\lib\net461\EmbeddedUiPluginInterfaces.dll</HintPath>
5656
</Reference>
57-
<Reference Include="PluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
58-
<HintPath>..\packages\ParatextPluginInterfaces.2.0.13\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
57+
<Reference Include="PluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
58+
<HintPath>..\packages\ParatextPluginInterfaces.2.0.9\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
5959
</Reference>
6060
<Reference Include="System" />
6161
<Reference Include="System.Core" />
@@ -84,6 +84,7 @@
8484
</EmbeddedResource>
8585
</ItemGroup>
8686
<ItemGroup>
87+
<None Include="app.config" />
8788
<None Include="packages.config" />
8889
</ItemGroup>
8990
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

ReferencePluginC/packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.13" targetFramework="net48" />
4-
<package id="ParatextPluginInterfaces" version="2.0.13" targetFramework="net48" />
3+
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.9" targetFramework="net48" />
4+
<package id="ParatextPluginInterfaces" version="2.0.9" targetFramework="net48" />
55
</packages>

ReferencePluginD/ReferencePluginD.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
<ErrorReport>prompt</ErrorReport>
5252
</PropertyGroup>
5353
<ItemGroup>
54-
<Reference Include="PluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
55-
<HintPath>..\packages\ParatextPluginInterfaces.2.0.13\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
54+
<Reference Include="PluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
55+
<HintPath>..\packages\ParatextPluginInterfaces.2.0.9\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
5656
</Reference>
5757
<Reference Include="System" />
5858
<Reference Include="System.Core" />

ReferencePluginD/packages.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ParatextPluginInterfaces" version="2.0.13" targetFramework="net48" />
3+
<package id="ParatextPluginInterfaces" version="2.0.9" targetFramework="net48" />
44
</packages>

ReferencePluginE/ReferencePluginE.csproj

+5-4
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
<ErrorReport>prompt</ErrorReport>
5252
</PropertyGroup>
5353
<ItemGroup>
54-
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
55-
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.13\lib\net461\EmbeddedUiPluginInterfaces.dll</HintPath>
54+
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.21.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
55+
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.21\lib\net48\EmbeddedUiPluginInterfaces.dll</HintPath>
5656
</Reference>
57-
<Reference Include="PluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
58-
<HintPath>..\packages\ParatextPluginInterfaces.2.0.13\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
57+
<Reference Include="PluginInterfaces, Version=2.0.21.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
58+
<HintPath>..\packages\ParatextPluginInterfaces.2.0.21\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
5959
</Reference>
6060
<Reference Include="System" />
6161
<Reference Include="System.Core" />
@@ -84,6 +84,7 @@
8484
</EmbeddedResource>
8585
</ItemGroup>
8686
<ItemGroup>
87+
<None Include="app.config" />
8788
<None Include="packages.config" />
8889
</ItemGroup>
8990
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

ReferencePluginE/packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.13" targetFramework="net48" />
4-
<package id="ParatextPluginInterfaces" version="2.0.13" targetFramework="net48" />
3+
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.21" targetFramework="net48" />
4+
<package id="ParatextPluginInterfaces" version="2.0.21" targetFramework="net48" />
55
</packages>

ReferencePluginF/ReferencePluginF.csproj

+5-4
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
<ErrorReport>prompt</ErrorReport>
5252
</PropertyGroup>
5353
<ItemGroup>
54-
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
55-
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.13\lib\net461\EmbeddedUiPluginInterfaces.dll</HintPath>
54+
<Reference Include="EmbeddedUiPluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
55+
<HintPath>..\packages\ParatextEmbeddedUiPluginInterfaces.2.0.9\lib\net461\EmbeddedUiPluginInterfaces.dll</HintPath>
5656
</Reference>
57-
<Reference Include="PluginInterfaces, Version=2.0.13.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
58-
<HintPath>..\packages\ParatextPluginInterfaces.2.0.13\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
57+
<Reference Include="PluginInterfaces, Version=2.0.9.0, Culture=neutral, PublicKeyToken=583bede96b7c94a3, processorArchitecture=MSIL">
58+
<HintPath>..\packages\ParatextPluginInterfaces.2.0.9\lib\netstandard2.0\PluginInterfaces.dll</HintPath>
5959
</Reference>
6060
<Reference Include="System" />
6161
<Reference Include="System.Core" />
@@ -85,6 +85,7 @@
8585
</EmbeddedResource>
8686
</ItemGroup>
8787
<ItemGroup>
88+
<None Include="app.config" />
8889
<None Include="packages.config" />
8990
</ItemGroup>
9091
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

ReferencePluginF/packages.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.13" targetFramework="net48" />
4-
<package id="ParatextPluginInterfaces" version="2.0.13" targetFramework="net48" />
3+
<package id="ParatextEmbeddedUiPluginInterfaces" version="2.0.9" targetFramework="net48" />
4+
<package id="ParatextPluginInterfaces" version="2.0.9" targetFramework="net48" />
55
</packages>

0 commit comments

Comments
 (0)