Skip to content

Commit

Permalink
Update Directory.Build.props to remove semantic version (#291)
Browse files Browse the repository at this point in the history
## Purpose
<!-- Describe the intention of the changes being proposed. What problem
does it solve or functionality does it add? -->
* ...

## Does this introduce a breaking change?
<!-- Mark one with an "x". -->
```
[ ] Yes
[ ] No
```

## Pull Request Type
What kind of change does this Pull Request introduce?

<!-- Please check the one that applies to this PR using "x". -->
```
[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
```

## How to Test
*  Get the code

```
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
```

* Test the code
<!-- Add steps to run the tests suite and/or manually test -->
```
```

## What to Check
Verify that the following are valid
* ...

## Other Information
<!-- Add any other helpful information that may be needed here. -->
  • Loading branch information
LittleLittleCloud authored Feb 22, 2024
1 parent 52d0265 commit 6e7f237
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
<AzureIdentityVersion>1.10.1</AzureIdentityVersion>
<AzureSearchDocumentsVersion>11.5.0-beta.4</AzureSearchDocumentsVersion>
<AzureStorageBlobsVersion>12.17.0</AzureStorageBlobsVersion>
<SemanticKernelVersion>0.24.230918.1-preview</SemanticKernelVersion>
<AzureOpenAIVersion>1.0.0-beta.7</AzureOpenAIVersion>
<WebAssemblyVersion>7.0.10</WebAssemblyVersion>
<WebAssemblyDevServerVersion>7.0.10</WebAssemblyDevServerVersion>
<MicrosoftMLVersion>2.0.1</MicrosoftMLVersion>
</PropertyGroup>

</Project>
</Project>

0 comments on commit 6e7f237

Please sign in to comment.