Skip to content

Commit 6e7f237

Browse files
Update Directory.Build.props to remove semantic version (#291)
## 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. -->
1 parent 52d0265 commit 6e7f237

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/Directory.Build.props

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
<AzureIdentityVersion>1.10.1</AzureIdentityVersion>
66
<AzureSearchDocumentsVersion>11.5.0-beta.4</AzureSearchDocumentsVersion>
77
<AzureStorageBlobsVersion>12.17.0</AzureStorageBlobsVersion>
8-
<SemanticKernelVersion>0.24.230918.1-preview</SemanticKernelVersion>
98
<AzureOpenAIVersion>1.0.0-beta.7</AzureOpenAIVersion>
109
<WebAssemblyVersion>7.0.10</WebAssemblyVersion>
1110
<WebAssemblyDevServerVersion>7.0.10</WebAssemblyDevServerVersion>
1211
<MicrosoftMLVersion>2.0.1</MicrosoftMLVersion>
1312
</PropertyGroup>
1413

15-
</Project>
14+
</Project>

0 commit comments

Comments
 (0)