We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe5d35 commit 7009de2Copy full SHA for 7009de2
build.sh
@@ -1,3 +1,3 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
3
-dotnet publish -c Release -r osx.10.15-x64 -f net6.0 --self-contained true -o dist
+dotnet publish -c Release -r osx-arm64 -f net10.0 --self-contained true
sample/Makefile
@@ -1,7 +1,7 @@
# Copyright 2022 Cisco Systems, Inc.
# Licensed under MIT-style license (see LICENSE.txt file).
4
-framework := net7.0
+framework := net10.0
5
6
.PHONY: all
7
all: addin
0 commit comments