@@ -33,12 +33,12 @@ The library provides a drop-in auth solution that handles the flows for signing
33
33
<Target Name =" CopyProjectReferencesToPackage" DependsOnTargets =" BuildOnlySettings;ResolveReferences" >
34
34
<ItemGroup >
35
35
<!-- Filter out unnecessary files -->
36
- <_ReferenceCopyLocalPaths Include =" @(ReferenceCopyLocalPaths-> WithMetadataValue('ReferenceSourceTarget', 'ProjectReference')-> WithMetadataValue('PrivateAssets', 'All'))" />
36
+ <_ReferenceCopyLocalPaths Include =" @(ReferenceCopyLocalPaths-> WithMetadataValue('ReferenceSourceTarget', 'ProjectReference')-> WithMetadataValue('PrivateAssets', 'All'))" />
37
37
</ItemGroup >
38
38
39
39
<ItemGroup >
40
40
<!-- Add file to package with consideration of sub folder. If empty, the root folder is chosen. -->
41
- <BuildOutputInPackage Include =" @(_ReferenceCopyLocalPaths)" TargetPath =" %(_ReferenceCopyLocalPaths.DestinationSubDirectory)" />
41
+ <BuildOutputInPackage Include =" @(_ReferenceCopyLocalPaths)" TargetPath =" %(_ReferenceCopyLocalPaths.DestinationSubDirectory)" />
42
42
</ItemGroup >
43
43
</Target >
44
44
@@ -51,9 +51,9 @@ The library provides a drop-in auth solution that handles the flows for signing
51
51
<Resource Include =" ..\Auth.UI\Assets\mail.png" Link =" Assets\mail.png" />
52
52
<Resource Include =" ..\Auth.UI\Assets\microsoft.png" Link =" Assets\microsoft.png" />
53
53
<Resource Include =" ..\Auth.UI\Assets\twitter.png" Link =" Assets\twitter.png" />
54
- <None Include =" ..\Auth.UI\Assets\firebase.png" Link =" Assets\firebase.png" Pack =" true" PackagePath =" " />
55
- <None Include =" ..\..\LICENSE.txt" Link =" Assets\LICENSE.txt" Pack =" true" PackagePath =" " />
56
- <None Include =" ..\..\README.md" Link =" Assets\README.md" Pack =" true" PackagePath =" " />
54
+ <None Include =" ..\Auth.UI\Assets\firebase.png" Link =" Assets\firebase.png" Pack =" true" PackagePath =" " />
55
+ <None Include =" ..\..\LICENSE.txt" Link =" Assets\LICENSE.txt" Pack =" true" PackagePath =" " />
56
+ <None Include =" ..\..\README.md" Link =" Assets\README.md" Pack =" true" PackagePath =" " />
57
57
<None Include =" tools\VisualStudioToolsManifest.xml" Pack =" true" PackagePath =" tools" />
58
58
</ItemGroup >
59
59
@@ -63,7 +63,7 @@ The library provides a drop-in auth solution that handles the flows for signing
63
63
</ItemGroup >
64
64
65
65
<ItemGroup >
66
- <PackageReference Include =" Microsoft.Web.WebView2" Version =" 1.0.1462.37 " />
66
+ <PackageReference Include =" Microsoft.Web.WebView2" Version =" 1.0.1661.34 " />
67
67
</ItemGroup >
68
68
69
69
<ItemGroup >
0 commit comments