Skip to content

Commit 2696ad3

Browse files
2.0 rc part 2 (#94)
* Update to RC. Doc cleanup. * Update authenticode cert for signing. * Remove unused beta cruft from AppConfig project.
1 parent cd98f4b commit 2696ad3

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

src/AzureAppConfig/AzureAppConfig.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,4 @@
6666
</PackageReference>
6767
</ItemGroup>
6868
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
69-
<Import Project="..\..\packages\Microsoft.Azure.Services.AppAuthentication.1.0.3\build\Microsoft.Azure.Services.AppAuthentication.targets" Condition="Exists('..\..\packages\Microsoft.Azure.Services.AppAuthentication.1.0.3\build\Microsoft.Azure.Services.AppAuthentication.targets')" />
70-
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
71-
<PropertyGroup>
72-
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
73-
</PropertyGroup>
74-
<Error Condition="!Exists('..\..\packages\Microsoft.Azure.Services.AppAuthentication.1.0.3\build\Microsoft.Azure.Services.AppAuthentication.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Azure.Services.AppAuthentication.1.0.3\build\Microsoft.Azure.Services.AppAuthentication.targets'))" />
75-
</Target>
7669
</Project>

tools/signing.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<Target Name="GetAssemblyFilesToSign" BeforeTargets="SignFiles" Condition="'$(MSBuildProjectExtension)' != '.nuproj' And '$(SignAssembly)' == 'true'">
55
<ItemGroup>
66
<FilesToSign Include="$(TargetPath)">
7-
<Authenticode>Microsoft</Authenticode>
7+
<Authenticode>Microsoft400</Authenticode>
88
<StrongName>MsSharedLib72</StrongName>
99
</FilesToSign>
1010
</ItemGroup>

0 commit comments

Comments
 (0)