Skip to content

Commit 4ee2115

Browse files
Merge pull request #30 from PepperDash/4series-csproj-updates
Update epi-make-model.4Series.csproj
2 parents 085a2d7 + 952d5b6 commit 4ee2115

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/epi-make-model.4Series.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Version>1.0.0-local</Version>
1414
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
1515
<InformationalVersion>$(Version)</InformationalVersion>
16-
<OutputPath>4Series\bin\$(Configuration)\</OutputPath>
16+
<OutputPath>bin\$(Configuration)\</OutputPath>
1717
<Authors>PepperDash Technologies</Authors>
1818
<PackageId>Pepperdash.Essentials.Plugins.Template</PackageId>
1919
<PackageProjectUrl>https://github.com/PepperDash/EssentialsPluginTemplate.git</PackageProjectUrl>
@@ -35,7 +35,9 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<PackageReference Include="PepperDashEssentials" Version="2.0.0-hotfix-2613" />
38+
<PackageReference Include="PepperDashEssentials" Version="2.0.0" >
39+
<ExcludeAssets>runtime</ExcludeAssets>
40+
</PackageReference>
3941
</ItemGroup>
4042

4143
<ItemGroup>
@@ -45,4 +47,4 @@
4547
<ItemGroup>
4648
<None Remove="../output\epi-make-model.4Series.1.0.0-local.cplz" />
4749
</ItemGroup>
48-
</Project>
50+
</Project>

0 commit comments

Comments
 (0)