Browse Source

Fix publish process for vsix project

pull/1417/head
Christoph Wille 7 years ago
parent
commit
f9b830dc5f
  1. 2
      ILSpy.AddIn/ILSpy.AddIn.csproj

2
ILSpy.AddIn/ILSpy.AddIn.csproj

@ -185,7 +185,7 @@ @@ -185,7 +185,7 @@
<ItemGroup>
<!-- https://github.com/dotnet/sdk/issues/433 -->
<ProjectReference Update="@(ProjectReference)" AdditionalProperties="TargetFramework=net46" />
<ProjectReference Update="@(ProjectReference)" AdditionalProperties="TargetFramework=net462" />
<!-- https://github.com/Microsoft/extendvs/issues/57 -->
<ProjectReference Update="@(ProjectReference)" Name="%(Filename)" />

Loading…
Cancel
Save