Skip to content

Commit

Permalink
[Build pipeline] Set a default Core Version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoituron authored Oct 28, 2023
1 parent c6e5f8a commit 775301a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Core/Microsoft.Fast.Components.FluentUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<IsTrimmable>true</IsTrimmable>
<SuppressTrimAnalysisWarnings>true</SuppressTrimAnalysisWarnings>
<IsPackable>true</IsPackable>

<!-- This version will be replaced by the Build Pipeline -->
<Version>3.1.0</Version>
</PropertyGroup>

<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
Expand Down Expand Up @@ -116,4 +119,4 @@
<LastGenOutput>%(ParentFile).Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
</Project>
</Project>

0 comments on commit 775301a

Please sign in to comment.