diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md index ca1e03e..2bf4b87 100644 --- a/BREAKING_CHANGES.md +++ b/BREAKING_CHANGES.md @@ -1 +1,6 @@ -# Breaking Changes \ No newline at end of file +# Breaking Changes + +## 2.0.0 + +* Added support .net 7 +* Dropped support for .net 6 \ No newline at end of file diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index f295cd2..e13bff9 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -3,11 +3,6 @@ trigger: include: - main -resources: - containers: - - container: windows - image: nventive/vs_build-tools:17.2.5 - variables: - name: NUGET_VERSION value: 6.2.0 @@ -29,8 +24,8 @@ variables: value: nventive.internal.p12 # This is the certificate from the entreprise account used to sign internal builds. - name: InternalKeystore value: com.nventive.internal.applicationtemplate.jks -- name: windowsPoolName - value: 'windows 2022' +- name: windowsHostedAgentImage + value: 'windows-2022' stages: - stage: Build @@ -45,7 +40,7 @@ stages: GeneratePackageOnBuild: true pool: - name: $(windowsPoolName) + vmImage: $(windowsHostedAgentImage) variables: - name: PackageOutputPath # Path where nuget packages will be copied to. @@ -54,8 +49,6 @@ stages: workspace: clean: all # Cleanup the workspace before starting - container: windows - steps: - template: stage-build.yml parameters: @@ -73,7 +66,7 @@ stages: - job: Publish_NuGet_External pool: - name: $(windowsPoolName) + vmImage: $(windowsHostedAgentImage) workspace: clean: all # Cleanup the workspace before starting diff --git a/samples/BiometryService.SampleApp.Uno.Mobile/BiometryService.SampleApp.Uno.Mobile.csproj b/samples/BiometryService.SampleApp.Uno.Mobile/BiometryService.SampleApp.Uno.Mobile.csproj index 59566f0..b354e35 100644 --- a/samples/BiometryService.SampleApp.Uno.Mobile/BiometryService.SampleApp.Uno.Mobile.csproj +++ b/samples/BiometryService.SampleApp.Uno.Mobile/BiometryService.SampleApp.Uno.Mobile.csproj @@ -1,11 +1,11 @@  - net6.0-android;net6.0-ios + net7.0-android;net7.0-ios true Exe true - 14.2 - 21.0 + 14.2 + 21.0 $(DefineConstants);WINUI @@ -19,7 +19,7 @@ - + @@ -28,8 +28,8 @@ - - + + $(MtouchExtraArgs) --setenv=MONO_GC_PARAMS=soft-heap-limit=512m,nursery-size=64m,evacuation-threshold=66,major=marksweep,concurrent-sweep $(MtouchExtraArgs) --registrar:static diff --git a/samples/BiometryService.SampleApp.Uno.WinUI/BiometryService.SampleApp.Uno.WinUI.csproj b/samples/BiometryService.SampleApp.Uno.WinUI/BiometryService.SampleApp.Uno.WinUI.csproj index 754ff42..1072d2f 100644 --- a/samples/BiometryService.SampleApp.Uno.WinUI/BiometryService.SampleApp.Uno.WinUI.csproj +++ b/samples/BiometryService.SampleApp.Uno.WinUI/BiometryService.SampleApp.Uno.WinUI.csproj @@ -1,7 +1,7 @@  WinExe - net6.0-windows10.0.19041.0 + net7.0-windows10.0.19041.0 10.0.18362.0 BiometryService.SampleApp.Uno.WinUI app.manifest diff --git a/src/BiometryService.Abstractions/BiometryService.Abstractions.csproj b/src/BiometryService.Abstractions/BiometryService.Abstractions.csproj index d604375..d70d8ba 100644 --- a/src/BiometryService.Abstractions/BiometryService.Abstractions.csproj +++ b/src/BiometryService.Abstractions/BiometryService.Abstractions.csproj @@ -1,6 +1,6 @@  - 10.0 + 11.0 netstandard2.0 BiometryService nventive diff --git a/src/BiometryService/BiometryService.csproj b/src/BiometryService/BiometryService.csproj index 14c8c38..cccc3f4 100644 --- a/src/BiometryService/BiometryService.csproj +++ b/src/BiometryService/BiometryService.csproj @@ -1,7 +1,7 @@  - 10.0 - net6.0-android;net6.0-ios;net6.0-windows10.0.19041;xamarinios10;monoandroid12.0;uap10.0.19041;netstandard2.0 + 11.0 + net7.0-android;net7.0-ios;net7.0-windows10.0.19041;xamarinios10;monoandroid12.0;uap10.0.19041;netstandard2.0 BiometryService nventive nventive @@ -13,7 +13,7 @@ Apache-2.0 https://github.com/nventive/BiometryService README.md - $(DefineConstants);__WINDOWS__ + $(DefineConstants);__WINDOWS__ @@ -33,13 +33,13 @@ - + - +