Skip to content

Commit 86235ae

Browse files
chore!: update dotnet 10
1 parent 7a0e514 commit 86235ae

53 files changed

Lines changed: 85 additions & 1561 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

BREAKING_CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Breaking Changes
22

3+
## 3.0.0
4+
5+
* Added support for .NET 10.
6+
* Dropped support for .NET 7.
7+
* Dropped supporort for Xamarin Android, Xamarin iOS and UWP.
8+
39
## 2.0.0
410

511
* Added support for .NET 7.

BiometryService.sln

Lines changed: 2 additions & 148 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 17
4-
VisualStudioVersion = 17.0.31912.275
3+
# Visual Studio Version 18
4+
VisualStudioVersion = 18.0.11222.15 d18.0
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{E22802DE-B587-470A-B242-86A8E362FD4F}"
77
EndProject
@@ -11,14 +11,8 @@ Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "BiometryService.SampleApp.U
1111
EndProject
1212
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BiometryService.SampleApp.Uno.WinUI", "samples\BiometryService.SampleApp.Uno.WinUI\BiometryService.SampleApp.Uno.WinUI.csproj", "{853384DC-0E01-4DC1-BA61-A06F3A0D75ED}"
1313
EndProject
14-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BiometryService.SampleApp.Uno.UWP", "samples\BiometryService.SampleApp.Uno.UWP\BiometryService.SampleApp.Uno.UWP.csproj", "{91E2F2A0-0862-4291-B756-7A14DF3F277A}"
15-
EndProject
1614
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BiometryService.SampleApp.Uno.Mobile", "samples\BiometryService.SampleApp.Uno.Mobile\BiometryService.SampleApp.Uno.Mobile.csproj", "{8A268367-6414-4FBB-AF2F-A39822DA4EE0}"
1715
EndProject
18-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BiometryService.SampleApp.Uno.iOS", "samples\BiometryService.SampleApp.Uno.iOS\BiometryService.SampleApp.Uno.iOS.csproj", "{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}"
19-
EndProject
20-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BiometryService.SampleApp.Uno.Droid", "samples\BiometryService.SampleApp.Uno.Droid\BiometryService.SampleApp.Uno.Droid.csproj", "{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}"
21-
EndProject
2216
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BiometryService.Abstractions", "src\BiometryService.Abstractions\BiometryService.Abstractions.csproj", "{47B666F9-B058-4D8F-9332-5DC1E35F7EAE}"
2317
EndProject
2418
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BiometryService", "src\BiometryService\BiometryService.csproj", "{5D64F78B-2420-4BEA-ACD7-30B3E4B4E56F}"
@@ -95,56 +89,6 @@ Global
9589
{853384DC-0E01-4DC1-BA61-A06F3A0D75ED}.Release|x86.ActiveCfg = Release|x86
9690
{853384DC-0E01-4DC1-BA61-A06F3A0D75ED}.Release|x86.Build.0 = Release|x86
9791
{853384DC-0E01-4DC1-BA61-A06F3A0D75ED}.Release|x86.Deploy.0 = Release|x86
98-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|Any CPU.ActiveCfg = Debug|x64
99-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|Any CPU.Build.0 = Debug|x64
100-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|Any CPU.Deploy.0 = Debug|x64
101-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|ARM.ActiveCfg = Debug|ARM
102-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|ARM.Build.0 = Debug|ARM
103-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|ARM.Deploy.0 = Debug|ARM
104-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|ARM64.ActiveCfg = Debug|ARM64
105-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|ARM64.Build.0 = Debug|ARM64
106-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|ARM64.Deploy.0 = Debug|ARM64
107-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|iOS.ActiveCfg = Debug|x64
108-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|iOS.Build.0 = Debug|x64
109-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|iOS.Deploy.0 = Debug|x64
110-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|iPhone.ActiveCfg = Debug|x64
111-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|iPhone.Build.0 = Debug|x64
112-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|iPhone.Deploy.0 = Debug|x64
113-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|iPhoneSimulator.ActiveCfg = Debug|x64
114-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|iPhoneSimulator.Build.0 = Debug|x64
115-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|iPhoneSimulator.Deploy.0 = Debug|x64
116-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|NuGet.ActiveCfg = Debug|x64
117-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|x64.ActiveCfg = Debug|x64
118-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|x64.Build.0 = Debug|x64
119-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|x64.Deploy.0 = Debug|x64
120-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|x86.ActiveCfg = Debug|x86
121-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|x86.Build.0 = Debug|x86
122-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Debug|x86.Deploy.0 = Debug|x86
123-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|Any CPU.ActiveCfg = Release|x64
124-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|Any CPU.Build.0 = Release|x64
125-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|Any CPU.Deploy.0 = Release|x64
126-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|ARM.ActiveCfg = Release|ARM
127-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|ARM.Build.0 = Release|ARM
128-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|ARM.Deploy.0 = Release|ARM
129-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|ARM64.ActiveCfg = Release|ARM64
130-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|ARM64.Build.0 = Release|ARM64
131-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|ARM64.Deploy.0 = Release|ARM64
132-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|iOS.ActiveCfg = Release|x64
133-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|iOS.Build.0 = Release|x64
134-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|iOS.Deploy.0 = Release|x64
135-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|iPhone.ActiveCfg = Release|x64
136-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|iPhone.Build.0 = Release|x64
137-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|iPhone.Deploy.0 = Release|x64
138-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|iPhoneSimulator.ActiveCfg = Release|x64
139-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|iPhoneSimulator.Build.0 = Release|x64
140-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|iPhoneSimulator.Deploy.0 = Release|x64
141-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|NuGet.ActiveCfg = Release|x64
142-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|x64.ActiveCfg = Release|x64
143-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|x64.Build.0 = Release|x64
144-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|x64.Deploy.0 = Release|x64
145-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|x86.ActiveCfg = Release|x86
146-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|x86.Build.0 = Release|x86
147-
{91E2F2A0-0862-4291-B756-7A14DF3F277A}.Release|x86.Deploy.0 = Release|x86
14892
{8A268367-6414-4FBB-AF2F-A39822DA4EE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14993
{8A268367-6414-4FBB-AF2F-A39822DA4EE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
15094
{8A268367-6414-4FBB-AF2F-A39822DA4EE0}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
@@ -195,90 +139,6 @@ Global
195139
{8A268367-6414-4FBB-AF2F-A39822DA4EE0}.Release|x86.ActiveCfg = Release|Any CPU
196140
{8A268367-6414-4FBB-AF2F-A39822DA4EE0}.Release|x86.Build.0 = Release|Any CPU
197141
{8A268367-6414-4FBB-AF2F-A39822DA4EE0}.Release|x86.Deploy.0 = Release|Any CPU
198-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator
199-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator
200-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|ARM.ActiveCfg = Debug|iPhoneSimulator
201-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|ARM.Build.0 = Debug|iPhoneSimulator
202-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|ARM64.ActiveCfg = Debug|iPhoneSimulator
203-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|ARM64.Build.0 = Debug|iPhoneSimulator
204-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|iOS.ActiveCfg = Debug|iPhoneSimulator
205-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|iOS.Build.0 = Debug|iPhoneSimulator
206-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|iPhone.ActiveCfg = Debug|iPhone
207-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|iPhone.Build.0 = Debug|iPhone
208-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator
209-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator
210-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|NuGet.ActiveCfg = Debug|iPhoneSimulator
211-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|x64.ActiveCfg = Debug|iPhoneSimulator
212-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|x64.Build.0 = Debug|iPhoneSimulator
213-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|x86.ActiveCfg = Debug|iPhoneSimulator
214-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Debug|x86.Build.0 = Debug|iPhoneSimulator
215-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator
216-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|Any CPU.Build.0 = Release|iPhoneSimulator
217-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|ARM.ActiveCfg = Release|iPhoneSimulator
218-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|ARM.Build.0 = Release|iPhoneSimulator
219-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|ARM64.ActiveCfg = Release|iPhoneSimulator
220-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|ARM64.Build.0 = Release|iPhoneSimulator
221-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|iOS.ActiveCfg = Release|iPhoneSimulator
222-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|iOS.Build.0 = Release|iPhoneSimulator
223-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|iPhone.ActiveCfg = Release|iPhone
224-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|iPhone.Build.0 = Release|iPhone
225-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator
226-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator
227-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|NuGet.ActiveCfg = Release|iPhoneSimulator
228-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|x64.ActiveCfg = Release|iPhoneSimulator
229-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|x64.Build.0 = Release|iPhoneSimulator
230-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|x86.ActiveCfg = Release|iPhoneSimulator
231-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4}.Release|x86.Build.0 = Release|iPhoneSimulator
232-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
233-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|Any CPU.Build.0 = Debug|Any CPU
234-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
235-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|ARM.ActiveCfg = Debug|Any CPU
236-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|ARM.Build.0 = Debug|Any CPU
237-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|ARM.Deploy.0 = Debug|Any CPU
238-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|ARM64.ActiveCfg = Debug|Any CPU
239-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|ARM64.Build.0 = Debug|Any CPU
240-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|ARM64.Deploy.0 = Debug|Any CPU
241-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|iOS.ActiveCfg = Debug|Any CPU
242-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|iOS.Build.0 = Debug|Any CPU
243-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|iOS.Deploy.0 = Debug|Any CPU
244-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|iPhone.ActiveCfg = Debug|Any CPU
245-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|iPhone.Build.0 = Debug|Any CPU
246-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|iPhone.Deploy.0 = Debug|Any CPU
247-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
248-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU
249-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU
250-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|NuGet.ActiveCfg = Debug|Any CPU
251-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|x64.ActiveCfg = Debug|Any CPU
252-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|x64.Build.0 = Debug|Any CPU
253-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|x64.Deploy.0 = Debug|Any CPU
254-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|x86.ActiveCfg = Debug|Any CPU
255-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|x86.Build.0 = Debug|Any CPU
256-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Debug|x86.Deploy.0 = Debug|Any CPU
257-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|Any CPU.ActiveCfg = Release|Any CPU
258-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|Any CPU.Build.0 = Release|Any CPU
259-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|Any CPU.Deploy.0 = Release|Any CPU
260-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|ARM.ActiveCfg = Release|Any CPU
261-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|ARM.Build.0 = Release|Any CPU
262-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|ARM.Deploy.0 = Release|Any CPU
263-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|ARM64.ActiveCfg = Release|Any CPU
264-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|ARM64.Build.0 = Release|Any CPU
265-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|ARM64.Deploy.0 = Release|Any CPU
266-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|iOS.ActiveCfg = Release|Any CPU
267-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|iOS.Build.0 = Release|Any CPU
268-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|iOS.Deploy.0 = Release|Any CPU
269-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|iPhone.ActiveCfg = Release|Any CPU
270-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|iPhone.Build.0 = Release|Any CPU
271-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|iPhone.Deploy.0 = Release|Any CPU
272-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
273-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|iPhoneSimulator.Build.0 = Release|Any CPU
274-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU
275-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|NuGet.ActiveCfg = Release|Any CPU
276-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|x64.ActiveCfg = Release|Any CPU
277-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|x64.Build.0 = Release|Any CPU
278-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|x64.Deploy.0 = Release|Any CPU
279-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|x86.ActiveCfg = Release|Any CPU
280-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|x86.Build.0 = Release|Any CPU
281-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882}.Release|x86.Deploy.0 = Release|Any CPU
282142
{47B666F9-B058-4D8F-9332-5DC1E35F7EAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
283143
{47B666F9-B058-4D8F-9332-5DC1E35F7EAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
284144
{47B666F9-B058-4D8F-9332-5DC1E35F7EAE}.Debug|ARM.ActiveCfg = Debug|Any CPU
@@ -358,22 +218,16 @@ Global
358218
GlobalSection(NestedProjects) = preSolution
359219
{6279C845-92F8-4333-AB99-3D213163593C} = {E22802DE-B587-470A-B242-86A8E362FD4F}
360220
{853384DC-0E01-4DC1-BA61-A06F3A0D75ED} = {E22802DE-B587-470A-B242-86A8E362FD4F}
361-
{91E2F2A0-0862-4291-B756-7A14DF3F277A} = {E22802DE-B587-470A-B242-86A8E362FD4F}
362221
{8A268367-6414-4FBB-AF2F-A39822DA4EE0} = {E22802DE-B587-470A-B242-86A8E362FD4F}
363-
{2B4DC5A4-BFD3-4C27-9BF9-51C2015926E4} = {E22802DE-B587-470A-B242-86A8E362FD4F}
364-
{8DE2A70F-51EF-4023-96C5-F51B4AE6B882} = {E22802DE-B587-470A-B242-86A8E362FD4F}
365222
{47B666F9-B058-4D8F-9332-5DC1E35F7EAE} = {986F4BC6-3A85-44B3-9365-E9D36E3D0215}
366223
{5D64F78B-2420-4BEA-ACD7-30B3E4B4E56F} = {986F4BC6-3A85-44B3-9365-E9D36E3D0215}
367224
EndGlobalSection
368225
GlobalSection(ExtensibilityGlobals) = postSolution
369226
SolutionGuid = {466F4F5D-F314-4778-AFB5-9D7814B60E5C}
370227
EndGlobalSection
371228
GlobalSection(SharedMSBuildProjectFiles) = preSolution
372-
samples\BiometryService.SampleApp.Uno.Shared\BiometryService.SampleApp.Uno.Shared.projitems*{2b4dc5a4-bfd3-4c27-9bf9-51c2015926e4}*SharedItemsImports = 4
373229
samples\BiometryService.SampleApp.Uno.Shared\BiometryService.SampleApp.Uno.Shared.projitems*{6279c845-92f8-4333-ab99-3d213163593c}*SharedItemsImports = 13
374230
samples\BiometryService.SampleApp.Uno.Shared\BiometryService.SampleApp.Uno.Shared.projitems*{853384dc-0e01-4dc1-ba61-a06f3a0d75ed}*SharedItemsImports = 5
375231
samples\BiometryService.SampleApp.Uno.Shared\BiometryService.SampleApp.Uno.Shared.projitems*{8a268367-6414-4fbb-af2f-a39822da4ee0}*SharedItemsImports = 5
376-
samples\BiometryService.SampleApp.Uno.Shared\BiometryService.SampleApp.Uno.Shared.projitems*{8de2a70f-51ef-4023-96c5-f51b4ae6b882}*SharedItemsImports = 4
377-
samples\BiometryService.SampleApp.Uno.Shared\BiometryService.SampleApp.Uno.Shared.projitems*{91e2f2a0-0862-4291-b756-7a14df3f277a}*SharedItemsImports = 4
378232
EndGlobalSection
379233
EndGlobal

Directory.Build.targets

Lines changed: 0 additions & 9 deletions
This file was deleted.

build/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ variables:
2525
- name: InternalKeystore
2626
value: com.nventive.internal.applicationtemplate.jks
2727
- name: windowsHostedAgentImage
28-
value: 'windows-2022'
28+
value: 'windows-2025'
2929

3030
stages:
3131
- stage: Build

samples/BiometryService.SampleApp.Uno.Droid/Assets/AboutAssets.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)