Skip to content

Commit 869c72e

Browse files
committed
Upgrading libraries - all working except overwriting automapper profiles
1 parent 7da141e commit 869c72e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/Auth.UI.WPF/Auth.UI.WPF.csproj

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ The library provides a drop-in auth solution that handles the flows for signing
3333
<Target Name="CopyProjectReferencesToPackage" DependsOnTargets="BuildOnlySettings;ResolveReferences">
3434
<ItemGroup>
3535
<!-- Filter out unnecessary files -->
36-
<_ReferenceCopyLocalPaths Include="@(ReferenceCopyLocalPaths->WithMetadataValue('ReferenceSourceTarget', 'ProjectReference')->WithMetadataValue('PrivateAssets', 'All'))"/>
36+
<_ReferenceCopyLocalPaths Include="@(ReferenceCopyLocalPaths-&gt;WithMetadataValue('ReferenceSourceTarget', 'ProjectReference')-&gt;WithMetadataValue('PrivateAssets', 'All'))" />
3737
</ItemGroup>
3838

3939
<ItemGroup>
4040
<!-- 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)" />
4242
</ItemGroup>
4343
</Target>
4444

@@ -51,9 +51,9 @@ The library provides a drop-in auth solution that handles the flows for signing
5151
<Resource Include="..\Auth.UI\Assets\mail.png" Link="Assets\mail.png" />
5252
<Resource Include="..\Auth.UI\Assets\microsoft.png" Link="Assets\microsoft.png" />
5353
<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="" />
5757
<None Include="tools\VisualStudioToolsManifest.xml" Pack="true" PackagePath="tools" />
5858
</ItemGroup>
5959

@@ -63,7 +63,7 @@ The library provides a drop-in auth solution that handles the flows for signing
6363
</ItemGroup>
6464

6565
<ItemGroup>
66-
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1462.37" />
66+
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1661.34" />
6767
</ItemGroup>
6868

6969
<ItemGroup>

src/Auth/Auth.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ FirebaseUI is supported by platform-specific libraries:
4242
</ItemGroup>
4343

4444
<ItemGroup>
45-
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
45+
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
4646
</ItemGroup>
4747

4848
</Project>

0 commit comments

Comments
 (0)